Class: Aws::ApplicationDiscoveryService::Types::DescribeBatchDeleteConfigurationTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeBatchDeleteConfigurationTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The ID of the task to delete.
Instance Attribute Details
#task_id ⇒ String
The ID of the task to delete.
866 867 868 869 870 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 866 class DescribeBatchDeleteConfigurationTaskRequest < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |