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.
18087 18088 18089 |
# File 'sig/types.rbs', line 18087 def additional_info @additional_info end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
18088 18089 18090 |
# File 'sig/types.rbs', line 18088 def dry_run @dry_run end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
18086 18087 18088 |
# File 'sig/types.rbs', line 18086 def instance_ids @instance_ids end |