Class: Aws::Types::PurchaseReservedInstanceOfferingRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_count::Integer

Returns the value of attribute instance_count.

Returns:

  • (::Integer)


2035
2036
2037
# File 'sig/types.rbs', line 2035

def instance_count
  @instance_count
end

#reservation_name::String

Returns the value of attribute reservation_name.

Returns:

  • (::String)


2034
2035
2036
# File 'sig/types.rbs', line 2034

def reservation_name
  @reservation_name
end

#reserved_instance_offering_id::String

Returns the value of attribute reserved_instance_offering_id.

Returns:

  • (::String)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def reserved_instance_offering_id
  @reserved_instance_offering_id
end