Class: Aws::GameLift::Types::DeleteAliasInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

Note:

When making an API call, you may pass DeleteAliasInput data as a hash:

{
  alias_id: "AliasId", # required
}

Represents the input for a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

Unique identifier for a fleet alias. Specify the alias you want to delete.

Returns:

  • (String)


1204
1205
1206
1207
# File 'lib/aws-sdk-gamelift/types.rb', line 1204

class DeleteAliasInput < Struct.new(
  :alias_id)
  include Aws::Structure
end