Class: Aws::GameLift::Types::ResolveAliasInput

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 of the alias that you want to retrieve a fleet ID for. You can use either the alias ID or ARN value.

Returns:

  • (String)


8798
8799
8800
8801
8802
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8798

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