Class: Aws::GameLift::Types::UpdateFleetPortSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::UpdateFleetPortSettingsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fleet_id ⇒ String
A unique identifier for the fleet to update port settings for.
-
#inbound_permission_authorizations ⇒ Array<Types::IpPermission>
A collection of port settings to be added to the fleet resource.
-
#inbound_permission_revocations ⇒ Array<Types::IpPermission>
A collection of port settings to be removed from the fleet resource.
Instance Attribute Details
#fleet_id ⇒ String
A unique identifier for the fleet to update port settings for. You can use either the fleet ID or ARN value.
11458 11459 11460 11461 11462 11463 11464 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11458 class UpdateFleetPortSettingsInput < Struct.new( :fleet_id, :inbound_permission_authorizations, :inbound_permission_revocations) SENSITIVE = [] include Aws::Structure end |
#inbound_permission_authorizations ⇒ Array<Types::IpPermission>
A collection of port settings to be added to the fleet resource.
11458 11459 11460 11461 11462 11463 11464 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11458 class UpdateFleetPortSettingsInput < Struct.new( :fleet_id, :inbound_permission_authorizations, :inbound_permission_revocations) SENSITIVE = [] include Aws::Structure end |
#inbound_permission_revocations ⇒ Array<Types::IpPermission>
A collection of port settings to be removed from the fleet resource.
11458 11459 11460 11461 11462 11463 11464 |
# File 'lib/aws-sdk-gamelift/types.rb', line 11458 class UpdateFleetPortSettingsInput < Struct.new( :fleet_id, :inbound_permission_authorizations, :inbound_permission_revocations) SENSITIVE = [] include Aws::Structure end |