Class: Aws::Types::Reservation
- Inherits:
-
Object
- Object
- Aws::Types::Reservation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration ⇒ ::Integer
Returns the value of attribute duration.
-
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
-
#end ⇒ ::String
Returns the value of attribute end.
-
#offering_arn ⇒ ::String
Returns the value of attribute offering_arn.
-
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
-
#price_per_unit ⇒ ::String
Returns the value of attribute price_per_unit.
-
#price_units ⇒ "HOURLY"
Returns the value of attribute price_units.
-
#reservation_arn ⇒ ::String
Returns the value of attribute reservation_arn.
-
#reservation_name ⇒ ::String
Returns the value of attribute reservation_name.
-
#reservation_state ⇒ "ACTIVE", ...
Returns the value of attribute reservation_state.
-
#resource_specification ⇒ Types::ResourceSpecification
Returns the value of attribute resource_specification.
-
#start ⇒ ::String
Returns the value of attribute start.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def duration @duration end |
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def duration_units @duration_units end |
#end ⇒ ::String
Returns the value of attribute end.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def end @end end |
#offering_arn ⇒ ::String
Returns the value of attribute offering_arn.
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.
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.
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.
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.
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.
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.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def reservation_state @reservation_state end |
#resource_specification ⇒ Types::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.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def start @start end |