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)


7445
7446
7447
7448
7449
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7445

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