Class: Aws::Types::Offering
- Inherits:
-
Object
- Object
- Aws::Types::Offering
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
-
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
-
#offering_type ⇒ "NO_UPFRONT"
Returns the value of attribute offering_type.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#resource_specification ⇒ Types::ReservationResourceSpecification
Returns the value of attribute resource_specification.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2564 2565 2566 |
# File 'sig/types.rbs', line 2564 def arn @arn end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
2565 2566 2567 |
# File 'sig/types.rbs', line 2565 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
2566 2567 2568 |
# File 'sig/types.rbs', line 2566 def duration @duration end |
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
2567 2568 2569 |
# File 'sig/types.rbs', line 2567 def duration_units @duration_units end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
2568 2569 2570 |
# File 'sig/types.rbs', line 2568 def fixed_price @fixed_price end |
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
2569 2570 2571 |
# File 'sig/types.rbs', line 2569 def offering_description @offering_description end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
2570 2571 2572 |
# File 'sig/types.rbs', line 2570 def offering_id @offering_id end |
#offering_type ⇒ "NO_UPFRONT"
Returns the value of attribute offering_type.
2571 2572 2573 |
# File 'sig/types.rbs', line 2571 def offering_type @offering_type end |
#region ⇒ ::String
Returns the value of attribute region.
2572 2573 2574 |
# File 'sig/types.rbs', line 2572 def region @region end |
#resource_specification ⇒ Types::ReservationResourceSpecification
Returns the value of attribute resource_specification.
2573 2574 2575 |
# File 'sig/types.rbs', line 2573 def resource_specification @resource_specification end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
2574 2575 2576 |
# File 'sig/types.rbs', line 2574 def usage_price @usage_price end |