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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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)


611
612
613
614
615
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 611

class DeleteProtocolsListRequest < Struct.new(
  :list_id)
  SENSITIVE = []
  include Aws::Structure
end