Class: Aws::Types::DescribeOfferingResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeOfferingResponse
- 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.
1076 1077 1078 |
# File 'sig/types.rbs', line 1076 def arn @arn end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def duration @duration end |
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def duration_units @duration_units end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def fixed_price @fixed_price end |
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def offering_description @offering_description end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def offering_id @offering_id end |
#offering_type ⇒ "NO_UPFRONT"
Returns the value of attribute offering_type.
1083 1084 1085 |
# File 'sig/types.rbs', line 1083 def offering_type @offering_type end |
#region ⇒ ::String
Returns the value of attribute region.
1084 1085 1086 |
# File 'sig/types.rbs', line 1084 def region @region end |
#resource_specification ⇒ Types::ReservationResourceSpecification
Returns the value of attribute resource_specification.
1085 1086 1087 |
# File 'sig/types.rbs', line 1085 def resource_specification @resource_specification end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
1086 1087 1088 |
# File 'sig/types.rbs', line 1086 def usage_price @usage_price end |