Class: Aws::Types::RunScheduledInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::RunScheduledInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
-
#launch_specification ⇒ Types::ScheduledInstancesLaunchSpecification
Returns the value of attribute launch_specification.
-
#scheduled_instance_id ⇒ ::String
Returns the value of attribute scheduled_instance_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
17283 17284 17285 |
# File 'sig/types.rbs', line 17283 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17284 17285 17286 |
# File 'sig/types.rbs', line 17284 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
17285 17286 17287 |
# File 'sig/types.rbs', line 17285 def instance_count @instance_count end |
#launch_specification ⇒ Types::ScheduledInstancesLaunchSpecification
Returns the value of attribute launch_specification.
17286 17287 17288 |
# File 'sig/types.rbs', line 17286 def launch_specification @launch_specification end |
#scheduled_instance_id ⇒ ::String
Returns the value of attribute scheduled_instance_id.
17287 17288 17289 |
# File 'sig/types.rbs', line 17287 def scheduled_instance_id @scheduled_instance_id end |