Class: Aws::FMS::Types::ProtocolsListDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ProtocolsListDataSummary
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Details of the Firewall Manager protocols list.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#list_arn ⇒ String
The Amazon Resource Name (ARN) of the specified protocols list.
-
#list_id ⇒ String
The ID of the specified protocols list.
-
#list_name ⇒ String
The name of the specified protocols list.
-
#protocols_list ⇒ Array<String>
An array of protocols in the Firewall Manager protocols list.
Instance Attribute Details
#list_arn ⇒ String
The Amazon Resource Name (ARN) of the specified protocols list.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3927 class ProtocolsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :protocols_list) SENSITIVE = [] include Aws::Structure end |
#list_id ⇒ String
The ID of the specified protocols list.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3927 class ProtocolsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :protocols_list) SENSITIVE = [] include Aws::Structure end |
#list_name ⇒ String
The name of the specified protocols list.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3927 class ProtocolsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :protocols_list) SENSITIVE = [] include Aws::Structure end |
#protocols_list ⇒ Array<String>
An array of protocols in the Firewall Manager protocols list.
3927 3928 3929 3930 3931 3932 3933 3934 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3927 class ProtocolsListDataSummary < Struct.new( :list_arn, :list_id, :list_name, :protocols_list) SENSITIVE = [] include Aws::Structure end |