Class: Aws::GameLift::Types::DeleteAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteAliasInput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
A unique identifier of the alias that you want to delete.
Instance Attribute Details
#alias_id ⇒ String
A unique identifier of the alias that you want to delete. You can use either the alias ID or ARN value.
3159 3160 3161 3162 3163 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 3159 class DeleteAliasInput < Struct.new( :alias_id) SENSITIVE = [] include Aws::Structure end |