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)


17283
17284
17285
# File 'sig/types.rbs', line 17283

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


17285
17286
17287
# File 'sig/types.rbs', line 17285

def instance_count
  @instance_count
end

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

Returns:

  • (::String)


17287
17288
17289
# File 'sig/types.rbs', line 17287

def scheduled_instance_id
  @scheduled_instance_id
end