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.
1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1869 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.
1869 1870 1871 1872 1873 1874 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 1869 class StartBatchDeleteConfigurationTaskRequest < Struct.new( :configuration_type, :configuration_ids) SENSITIVE = [] include Aws::Structure end |