Class: Aws::FMS::Types::GetProtocolsListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetProtocolsListResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protocols_list ⇒ Types::ProtocolsListData
Information about the specified Firewall Manager protocols list.
-
#protocols_list_arn ⇒ String
The Amazon Resource Name (ARN) of the specified protocols list.
Instance Attribute Details
#protocols_list ⇒ Types::ProtocolsListData
Information about the specified Firewall Manager protocols list.
1715 1716 1717 1718 1719 1720 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1715 class GetProtocolsListResponse < Struct.new( :protocols_list, :protocols_list_arn) SENSITIVE = [] include Aws::Structure end |
#protocols_list_arn ⇒ String
The Amazon Resource Name (ARN) of the specified protocols list.
1715 1716 1717 1718 1719 1720 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1715 class GetProtocolsListResponse < Struct.new( :protocols_list, :protocols_list_arn) SENSITIVE = [] include Aws::Structure end |