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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

[1]: docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html

Returns:

  • (String)


7466
7467
7468
7469
7470
7471
# File '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 'lib/aws-sdk-gamelift/types.rb', line 7466

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