Class: Aws::Types::Offering
- Inherits:
-
Object
- Object
- Aws::Types::Offering
- 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.
-
#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.
-
#resource_specification ⇒ Types::ResourceSpecification
Returns the value of attribute resource_specification.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def duration @duration end |
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def duration_units @duration_units end |
#offering_arn ⇒ ::String
Returns the value of attribute offering_arn.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def offering_arn @offering_arn end |
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def offering_description @offering_description end |
#price_per_unit ⇒ ::String
Returns the value of attribute price_per_unit.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def price_per_unit @price_per_unit end |
#price_units ⇒ "HOURLY"
Returns the value of attribute price_units.
1485 1486 1487 |
# File 'sig/types.rbs', line 1485 def price_units @price_units end |
#resource_specification ⇒ Types::ResourceSpecification
Returns the value of attribute resource_specification.
1486 1487 1488 |
# File 'sig/types.rbs', line 1486 def resource_specification @resource_specification end |