Class: Aws::Types::Reservation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency_code::String

Returns the value of attribute currency_code.

Returns:

  • (::String)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def currency_code
  @currency_code
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def duration
  @duration
end

#duration_units"MONTHS"

Returns the value of attribute duration_units.

Returns:

  • ("MONTHS")


1618
1619
1620
# File 'sig/types.rbs', line 1618

def duration_units
  @duration_units
end

#end::String

Returns the value of attribute end.

Returns:

  • (::String)


1619
1620
1621
# File 'sig/types.rbs', line 1619

def end
  @end
end

#offering_arn::String

Returns the value of attribute offering_arn.

Returns:

  • (::String)


1620
1621
1622
# File 'sig/types.rbs', line 1620

def offering_arn
  @offering_arn
end

#offering_description::String

Returns the value of attribute offering_description.

Returns:

  • (::String)


1621
1622
1623
# File 'sig/types.rbs', line 1621

def offering_description
  @offering_description
end

#price_per_unit::String

Returns the value of attribute price_per_unit.

Returns:

  • (::String)


1622
1623
1624
# File 'sig/types.rbs', line 1622

def price_per_unit
  @price_per_unit
end

#price_units"HOURLY"

Returns the value of attribute price_units.

Returns:

  • ("HOURLY")


1623
1624
1625
# File 'sig/types.rbs', line 1623

def price_units
  @price_units
end

#reservation_arn::String

Returns the value of attribute reservation_arn.

Returns:

  • (::String)


1624
1625
1626
# File 'sig/types.rbs', line 1624

def reservation_arn
  @reservation_arn
end

#reservation_name::String

Returns the value of attribute reservation_name.

Returns:

  • (::String)


1625
1626
1627
# File 'sig/types.rbs', line 1625

def reservation_name
  @reservation_name
end

#reservation_state"ACTIVE", ...

Returns the value of attribute reservation_state.

Returns:

  • ("ACTIVE", "EXPIRED", "PROCESSING", "CANCELED")


1626
1627
1628
# File 'sig/types.rbs', line 1626

def reservation_state
  @reservation_state
end

#resource_specificationTypes::ResourceSpecification

Returns the value of attribute resource_specification.



1627
1628
1629
# File 'sig/types.rbs', line 1627

def resource_specification
  @resource_specification
end

#start::String

Returns the value of attribute start.

Returns:

  • (::String)


1628
1629
1630
# File 'sig/types.rbs', line 1628

def start
  @start
end