Class: Aws::Types::BatchDeleteConfigurationTask
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteConfigurationTask
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_type ⇒ "SERVER"
Returns the value of attribute configuration_type.
-
#deleted_configurations ⇒ ::Array[::String]
Returns the value of attribute deleted_configurations.
-
#deletion_warnings ⇒ ::Array[Types::DeletionWarning]
Returns the value of attribute deletion_warnings.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#failed_configurations ⇒ ::Array[Types::FailedConfiguration]
Returns the value of attribute failed_configurations.
-
#requested_configurations ⇒ ::Array[::String]
Returns the value of attribute requested_configurations.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
-
#task_id ⇒ ::String
Returns the value of attribute task_id.
Instance Attribute Details
#configuration_type ⇒ "SERVER"
Returns the value of attribute configuration_type.
74 75 76 |
# File 'sig/types.rbs', line 74 def configuration_type @configuration_type end |
#deleted_configurations ⇒ ::Array[::String]
Returns the value of attribute deleted_configurations.
76 77 78 |
# File 'sig/types.rbs', line 76 def deleted_configurations @deleted_configurations end |
#deletion_warnings ⇒ ::Array[Types::DeletionWarning]
Returns the value of attribute deletion_warnings.
78 79 80 |
# File 'sig/types.rbs', line 78 def deletion_warnings @deletion_warnings end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
73 74 75 |
# File 'sig/types.rbs', line 73 def end_time @end_time end |
#failed_configurations ⇒ ::Array[Types::FailedConfiguration]
Returns the value of attribute failed_configurations.
77 78 79 |
# File 'sig/types.rbs', line 77 def failed_configurations @failed_configurations end |
#requested_configurations ⇒ ::Array[::String]
Returns the value of attribute requested_configurations.
75 76 77 |
# File 'sig/types.rbs', line 75 def requested_configurations @requested_configurations end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
72 73 74 |
# File 'sig/types.rbs', line 72 def start_time @start_time end |
#status ⇒ "INITIALIZING", ...
Returns the value of attribute status.
71 72 73 |
# File 'sig/types.rbs', line 71 def status @status end |
#task_id ⇒ ::String
Returns the value of attribute task_id.
70 71 72 |
# File 'sig/types.rbs', line 70 def task_id @task_id end |