Class: Aws::ApplicationDiscoveryService::Types::DescribeBatchDeleteConfigurationTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeBatchDeleteConfigurationTaskResponse
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task ⇒ Types::BatchDeleteConfigurationTask
The
BatchDeleteConfigurationTask
that represents the deletion task being executed.
Instance Attribute Details
#task ⇒ Types::BatchDeleteConfigurationTask
The BatchDeleteConfigurationTask
that represents the deletion task
being executed.
877 878 879 880 881 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 877 class DescribeBatchDeleteConfigurationTaskResponse < Struct.new( :task) SENSITIVE = [] include Aws::Structure end |