Class: Aws::FMS::Types::DeleteAppsListRequest

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 applications list that you want to delete. You can retrieve this ID from PutAppsList, ListAppsLists, and GetAppsList.

Returns:

  • (String)


539
540
541
542
543
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 539

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