Class: Aws::ApplicationDiscoveryService::Types::StartBatchDeleteConfigurationTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::StartBatchDeleteConfigurationTaskRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_ids ⇒ Array<String>
The list of configuration IDs that will be deleted by the task.
-
#configuration_type ⇒ String
The type of configuration item to delete.
Instance Attribute Details
#configuration_ids ⇒ Array<String>
The list of configuration IDs that will be deleted by the task.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1878 class StartBatchDeleteConfigurationTaskRequest < Struct.new( :configuration_type, :configuration_ids) SENSITIVE = [] include Aws::Structure end |
#configuration_type ⇒ String
The type of configuration item to delete. Supported types are: SERVER.
1878 1879 1880 1881 1882 1883 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1878 class StartBatchDeleteConfigurationTaskRequest < Struct.new( :configuration_type, :configuration_ids) SENSITIVE = [] include Aws::Structure end |