Class: Aws::GameLift::Types::UpdateFleetPortSettingsInput

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 update port settings for. You can use either the fleet ID or ARN value.

Returns:

  • (String)


8928
8929
8930
8931
8932
8933
8934
# File 'lib/aws-sdk-gamelift/types.rb', line 8928

class UpdateFleetPortSettingsInput < Struct.new(
  :fleet_id,
  :inbound_permission_authorizations,
  :inbound_permission_revocations)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_permission_authorizationsArray<Types::IpPermission>

A collection of port settings to be added to the fleet resource.

Returns:



8928
8929
8930
8931
8932
8933
8934
# File 'lib/aws-sdk-gamelift/types.rb', line 8928

class UpdateFleetPortSettingsInput < Struct.new(
  :fleet_id,
  :inbound_permission_authorizations,
  :inbound_permission_revocations)
  SENSITIVE = []
  include Aws::Structure
end

#inbound_permission_revocationsArray<Types::IpPermission>

A collection of port settings to be removed from the fleet resource.

Returns:



8928
8929
8930
8931
8932
8933
8934
# File 'lib/aws-sdk-gamelift/types.rb', line 8928

class UpdateFleetPortSettingsInput < Struct.new(
  :fleet_id,
  :inbound_permission_authorizations,
  :inbound_permission_revocations)
  SENSITIVE = []
  include Aws::Structure
end