Class: Aws::ApplicationDiscoveryService::Types::DescribeBatchDeleteConfigurationTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#taskTypes::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