Class: Aws::FMS::Types::GetProtocolsListResponse

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

Information about the specified Firewall Manager protocols list.



1531
1532
1533
1534
1535
1536
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1531

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

#protocols_list_arnString

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

Returns:

  • (String)


1531
1532
1533
1534
1535
1536
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1531

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