Class: Aws::GameLift::Types::DescribeFleetPortSettingsInput

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_idString

A unique identifier for the fleet to retrieve port settings for. You can use either the fleet ID or ARN value.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-gamelift/types.rb', line 2692

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

#locationString

A remote location to check for status of port setting updates. Use the Amazon Web Services Region code format, such as ‘us-west-2`.

Returns:

  • (String)


2692
2693
2694
2695
2696
2697
# File 'lib/aws-sdk-gamelift/types.rb', line 2692

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