Class: Aws::FMS::Types::DeleteProtocolsListRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#list_idString

The ID of the protocols list that you want to delete. You can retrieve this ID from ‘PutProtocolsList`, `ListProtocolsLists`, and `GetProtocolsLost`.

Returns:

  • (String)


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