Class: Aws::GameLift::Types::DeleteAliasInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DeleteAliasInput
- Includes:
- Structure
- Defined in:
- 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.
3084 3085 3086 3087 3088 |
# File 'lib/aws-sdk-gamelift/types.rb', line 3084 class DeleteAliasInput < Struct.new( :alias_id) SENSITIVE = [] include Aws::Structure end |