Class: Aws::Types::StartInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
Instance Attribute Details
#additional_info ⇒ ::String
Returns the value of attribute additional_info.
17748 17749 17750 |
# File 'sig/types.rbs', line 17748 def additional_info @additional_info end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17749 17750 17751 |
# File 'sig/types.rbs', line 17749 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
17747 17748 17749 |
# File 'sig/types.rbs', line 17747 def instance_ids @instance_ids end |