Class: Aws::GameLift::Types::DescribeFleetPortSettingsOutput

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)


2732
2733
2734
2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2732

class DescribeFleetPortSettingsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :inbound_permissions,
  :update_status,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#fleet_idString

A unique identifier for the fleet that was requested.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2732

class DescribeFleetPortSettingsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :inbound_permissions,
  :update_status,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_permissionsArray<Types::IpPermission>

The port settings for the requested fleet ID.

Returns:



2732
2733
2734
2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2732

class DescribeFleetPortSettingsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :inbound_permissions,
  :update_status,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

The requested fleet location, expressed as an Amazon Web Services Region code, such as us-west-2.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2732

class DescribeFleetPortSettingsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :inbound_permissions,
  :update_status,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#update_statusString

The current status of updates to the fleet's port settings in the requested fleet location. A status of PENDING_UPDATE indicates that an update was requested for the fleet but has not yet been completed for the location.

Returns:

  • (String)


2732
2733
2734
2735
2736
2737
2738
2739
2740
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2732

class DescribeFleetPortSettingsOutput < Struct.new(
  :fleet_id,
  :fleet_arn,
  :inbound_permissions,
  :update_status,
  :location)
  SENSITIVE = []
  include Aws::Structure
end