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.
16647 16648 16649 |
# File 'sig/types.rbs', line 16647 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16648 16649 16650 |
# File 'sig/types.rbs', line 16648 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
16649 16650 16651 |
# File 'sig/types.rbs', line 16649 def instance_count @instance_count end |
#launch_specification ⇒ Types::ScheduledInstancesLaunchSpecification
Returns the value of attribute launch_specification.
16650 16651 16652 |
# File 'sig/types.rbs', line 16650 def launch_specification @launch_specification end |
#scheduled_instance_id ⇒ ::String
Returns the value of attribute scheduled_instance_id.
16651 16652 16653 |
# File 'sig/types.rbs', line 16651 def scheduled_instance_id @scheduled_instance_id end |