Class: Aws::FMS::Types::PutProtocolsListRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#protocols_listTypes::ProtocolsListData

The details of the Firewall Manager protocols list to be created.



4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4055

class PutProtocolsListRequest < Struct.new(
  :protocols_list,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end

#tag_listArray<Types::Tag>

The tags associated with the resource.

Returns:



4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4055

class PutProtocolsListRequest < Struct.new(
  :protocols_list,
  :tag_list)
  SENSITIVE = []
  include Aws::Structure
end