Class: Aws::Types::DescribeReservationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeReservationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#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.
-
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#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.
-
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
-
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
-
#resource_specification ⇒ Types::ReservationResourceSpecification
Returns the value of attribute resource_specification.
-
#start ⇒ ::String
Returns the value of attribute start.
-
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def arn @arn end |
#count ⇒ ::Integer
Returns the value of attribute count.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def count @count end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
1099 1100 1101 |
# File 'sig/types.rbs', line 1099 def duration @duration end |
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
1100 1101 1102 |
# File 'sig/types.rbs', line 1100 def duration_units @duration_units end |
#end ⇒ ::String
Returns the value of attribute end.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def end @end end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def fixed_price @fixed_price end |
#name ⇒ ::String
Returns the value of attribute name.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def name @name end |
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def offering_description @offering_description end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def offering_id @offering_id end |
#offering_type ⇒ "NO_UPFRONT"
Returns the value of attribute offering_type.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def offering_type @offering_type end |
#region ⇒ ::String
Returns the value of attribute region.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def region @region end |
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def renewal_settings @renewal_settings end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def reservation_id @reservation_id end |
#resource_specification ⇒ Types::ReservationResourceSpecification
Returns the value of attribute resource_specification.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def resource_specification @resource_specification end |
#start ⇒ ::String
Returns the value of attribute start.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def start @start end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def @tags end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def usage_price @usage_price end |