Class: Aws::Types::StartBatchDeleteConfigurationTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartBatchDeleteConfigurationTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_ids ⇒ ::Array[::String]
Returns the value of attribute configuration_ids.
-
#configuration_type ⇒ "SERVER"
Returns the value of attribute configuration_type.
Instance Attribute Details
#configuration_ids ⇒ ::Array[::String]
Returns the value of attribute configuration_ids.
524 525 526 |
# File 'sig/types.rbs', line 524 def configuration_ids @configuration_ids end |
#configuration_type ⇒ "SERVER"
Returns the value of attribute configuration_type.
523 524 525 |
# File 'sig/types.rbs', line 523 def configuration_type @configuration_type end |