Class: Aws::FMS::Types::PutProtocolsListResponse

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.



3654
3655
3656
3657
3658
3659
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3654

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

#protocols_list_arnString

The Amazon Resource Name (ARN) of the protocols list.

Returns:

  • (String)


3654
3655
3656
3657
3658
3659
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3654

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