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.
16944 16945 16946 |
# File 'sig/types.rbs', line 16944 def client_token @client_token end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16945 16946 16947 |
# File 'sig/types.rbs', line 16945 def dry_run @dry_run end |
#instance_count ⇒ ::Integer
Returns the value of attribute instance_count.
16946 16947 16948 |
# File 'sig/types.rbs', line 16946 def instance_count @instance_count end |
#launch_specification ⇒ Types::ScheduledInstancesLaunchSpecification
Returns the value of attribute launch_specification.
16947 16948 16949 |
# File 'sig/types.rbs', line 16947 def launch_specification @launch_specification end |
#scheduled_instance_id ⇒ ::String
Returns the value of attribute scheduled_instance_id.
16948 16949 16950 |
# File 'sig/types.rbs', line 16948 def scheduled_instance_id @scheduled_instance_id end |