Method: Aws::GameLift::Types::DeleteAliasInput#alias_id

Defined in:
lib/aws-sdk-gamelift/types.rb

#alias_idString

A unique identifier of the alias that you want to delete. You can use either the alias ID or ARN value.

Returns:

  • (String)


3160
3161
3162
3163
3164
# File 'lib/aws-sdk-gamelift/types.rb', line 3160

class DeleteAliasInput < Struct.new(
  :alias_id)
  SENSITIVE = []
  include Aws::Structure
end