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

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

Returns:

  • (String)


600
601
602
603
604
# File 'lib/aws-sdk-fms/types.rb', line 600

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