Class: Aws::ApplicationDiscoveryService::Types::BatchDeleteConfigurationTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::BatchDeleteConfigurationTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
A metadata object that represents the deletion task being executed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_type ⇒ String
The type of configuration item to delete.
-
#deleted_configurations ⇒ Array<String>
The list of configuration IDs that were successfully deleted by the deletion task.
-
#deletion_warnings ⇒ Array<Types::DeletionWarning>
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
-
#end_time ⇒ Time
An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
-
#failed_configurations ⇒ Array<Types::FailedConfiguration>
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
-
#requested_configurations ⇒ Array<String>
The list of configuration IDs that were originally requested to be deleted by the deletion task.
-
#start_time ⇒ Time
An epoch seconds timestamp (UTC) of when the deletion task was started.
-
#status ⇒ String
The current execution status of the deletion task.
-
#task_id ⇒ String
The deletion task’s unique identifier.
Instance Attribute Details
#configuration_type ⇒ String
The type of configuration item to delete. Supported types are: SERVER.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#deleted_configurations ⇒ Array<String>
The list of configuration IDs that were successfully deleted by the deletion task.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#deletion_warnings ⇒ Array<Types::DeletionWarning>
A list of configuration IDs that produced warnings regarding their deletion, paired with a warning message.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
An epoch seconds timestamp (UTC) of when the deletion task was completed or failed.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#failed_configurations ⇒ Array<Types::FailedConfiguration>
A list of configuration IDs that failed to delete during the deletion task, each paired with an error message.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#requested_configurations ⇒ Array<String>
The list of configuration IDs that were originally requested to be deleted by the deletion task.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
An epoch seconds timestamp (UTC) of when the deletion task was started.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current execution status of the deletion task. Valid status are: INITIALIZING | VALIDATING | DELETING | COMPLETED | FAILED.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The deletion task’s unique identifier.
241 242 243 244 245 246 247 248 249 250 251 252 253 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 241 class BatchDeleteConfigurationTask < Struct.new( :task_id, :status, :start_time, :end_time, :configuration_type, :requested_configurations, :deleted_configurations, :failed_configurations, :deletion_warnings) SENSITIVE = [] include Aws::Structure end |