Class: Aws::Types::PurchaseReservedInstancesOfferingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


15790
15791
15792
# File 'sig/types.rbs', line 15790

def dry_run
  @dry_run
end

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


15787
15788
15789
# File 'sig/types.rbs', line 15787

def instance_count
  @instance_count
end

#limit_priceTypes::ReservedInstanceLimitPrice

Returns the value of attribute limit_price.



15791
15792
15793
# File 'sig/types.rbs', line 15791

def limit_price
  @limit_price
end

#purchase_time::Time

Returns the value of attribute purchase_time.

Returns:

  • (::Time)


15789
15790
15791
# File 'sig/types.rbs', line 15789

def purchase_time
  @purchase_time
end

#reserved_instances_offering_id::String

Returns the value of attribute reserved_instances_offering_id.

Returns:

  • (::String)


15788
15789
15790
# File 'sig/types.rbs', line 15788

def reserved_instances_offering_id
  @reserved_instances_offering_id
end