Class: Aws::ApplicationDiscoveryService::Types::StartBatchDeleteConfigurationTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartBatchDeleteConfigurationTaskResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_id ⇒ String
The unique identifier associated with the newly started deletion task.
Instance Attribute Details
#task_id ⇒ String
The unique identifier associated with the newly started deletion task.
1881 1882 1883 1884 1885 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1881 class StartBatchDeleteConfigurationTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end |