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.



3637
3638
3639
3640
3641
3642
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3637

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

#tag_listArray<Types::Tag>

The tags associated with the resource.

Returns:



3637
3638
3639
3640
3641
3642
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3637

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