Class: Aws::FMS::Types::DeleteAppsListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::DeleteAppsListRequest
- 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 applications list that you want to delete.
Instance Attribute Details
#list_id ⇒ String
The ID of the applications list that you want to delete. You can retrieve this ID from ‘PutAppsList`, `ListAppsLists`, and `GetAppsList`.
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 |