Class: Aws::GameLift::Types::DescribeAliasInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

The unique identifier for the fleet alias that you want to retrieve. You can use either the alias ID or ARN value.

Returns:

  • (String)


2180
2181
2182
2183
2184
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2180

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