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.
17451 17452 17453 |
# File 'sig/types.rbs', line 17451 def additional_info @additional_info end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17452 17453 17454 |
# File 'sig/types.rbs', line 17452 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
17450 17451 17452 |
# File 'sig/types.rbs', line 17450 def instance_ids @instance_ids end |