Class: Aws::GameLift::Types::DescribeFleetPortSettingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::DescribeFleetPortSettingsOutput
- Defined in:
- gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb
Overview
Represents the returned data in response to a request operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inbound_permissions ⇒ Array<Types::IpPermission>
The port settings for the requested fleet ID.
Instance Attribute Details
#inbound_permissions ⇒ Array<Types::IpPermission>
The port settings for the requested fleet ID.
2614 2615 2616 2617 2618 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 2614 class DescribeFleetPortSettingsOutput < Struct.new( :inbound_permissions) SENSITIVE = [] include Aws::Structure end |