Class: Aws::FMS::Types::PutProtocolsListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutProtocolsListResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#protocols_list ⇒ Types::ProtocolsListData
The details of the Firewall Manager protocols list.
-
#protocols_list_arn ⇒ String
The Amazon Resource Name (ARN) of the protocols list.
Instance Attribute Details
#protocols_list ⇒ Types::ProtocolsListData
The details of the Firewall Manager protocols list.
4070 4071 4072 4073 4074 4075 |
# File 'lib/aws-sdk-fms/types.rb', line 4070 class PutProtocolsListResponse < Struct.new( :protocols_list, :protocols_list_arn) SENSITIVE = [] include Aws::Structure end |
#protocols_list_arn ⇒ String
The Amazon Resource Name (ARN) of the protocols list.
4070 4071 4072 4073 4074 4075 |
# File 'lib/aws-sdk-fms/types.rb', line 4070 class PutProtocolsListResponse < Struct.new( :protocols_list, :protocols_list_arn) SENSITIVE = [] include Aws::Structure end |