Class: Aws::Types::RunScheduledInstancesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:launch_specification])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


16647
16648
16649
# File 'sig/types.rbs', line 16647

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


16649
16650
16651
# File 'sig/types.rbs', line 16649

def instance_count
  @instance_count
end

#launch_specificationTypes::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.

Returns:

  • (::String)


16651
16652
16653
# File 'sig/types.rbs', line 16651

def scheduled_instance_id
  @scheduled_instance_id
end