Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::GameLift::Types::UpdateFleetAttributesOutput

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) that is assigned to a Amazon GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

Returns:

  • (String)

11697
11698
11699
11700
11701
11702
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11697

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

#fleet_idString

A unique identifier for the fleet that was updated.

Returns:

  • (String)

11697
11698
11699
11700
11701
11702
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11697

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