Class: Aws::FMS::Types::DeleteProtocolsListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::DeleteProtocolsListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#list_id ⇒ String
The ID of the protocols list that you want to delete.
Instance Attribute Details
#list_id ⇒ String
The ID of the protocols list that you want to delete. You can retrieve this ID from ‘PutProtocolsList`, `ListProtocolsLists`, and `GetProtocolsLost`.
705 706 707 708 709 |
# File 'lib/aws-sdk-fms/types.rb', line 705 class DeleteProtocolsListRequest < Struct.new( :list_id) SENSITIVE = [] include Aws::Structure end |