Class: Aws::GameLift::Types::ResolveAliasOutput

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

#fleet_arnString

The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.

Returns:

  • (String)


7466
7467
7468
7469
7470
7471
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7466

class ResolveAliasOutput < Struct.new(
  :fleet_id,
  :fleet_arn)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

The fleet identifier that the alias is pointing to.

Returns:

  • (String)


7466
7467
7468
7469
7470
7471
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7466

class ResolveAliasOutput < Struct.new(
  :fleet_id,
  :fleet_arn)
  SENSITIVE = []
  include Aws::Structure
end