Class: Aws::Types::Reservation
- Inherits:
-
Object
- Object
- Aws::Types::Reservation
- 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.
2762 2763 2764 |
# File 'sig/types.rbs', line 2762 def arn @arn end |
#count ⇒ ::Integer
Returns the value of attribute count.
2763 2764 2765 |
# File 'sig/types.rbs', line 2763 def count @count end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
2764 2765 2766 |
# File 'sig/types.rbs', line 2764 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
2765 2766 2767 |
# File 'sig/types.rbs', line 2765 def duration @duration end |
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
2766 2767 2768 |
# File 'sig/types.rbs', line 2766 def duration_units @duration_units end |
#end ⇒ ::String
Returns the value of attribute end.
2767 2768 2769 |
# File 'sig/types.rbs', line 2767 def end @end end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
2768 2769 2770 |
# File 'sig/types.rbs', line 2768 def fixed_price @fixed_price end |
#name ⇒ ::String
Returns the value of attribute name.
2769 2770 2771 |
# File 'sig/types.rbs', line 2769 def name @name end |
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
2770 2771 2772 |
# File 'sig/types.rbs', line 2770 def offering_description @offering_description end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
2771 2772 2773 |
# File 'sig/types.rbs', line 2771 def offering_id @offering_id end |
#offering_type ⇒ "NO_UPFRONT"
Returns the value of attribute offering_type.
2772 2773 2774 |
# File 'sig/types.rbs', line 2772 def offering_type @offering_type end |
#region ⇒ ::String
Returns the value of attribute region.
2773 2774 2775 |
# File 'sig/types.rbs', line 2773 def region @region end |
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
2774 2775 2776 |
# File 'sig/types.rbs', line 2774 def renewal_settings @renewal_settings end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
2775 2776 2777 |
# File 'sig/types.rbs', line 2775 def reservation_id @reservation_id end |
#resource_specification ⇒ Types::ReservationResourceSpecification
Returns the value of attribute resource_specification.
2776 2777 2778 |
# File 'sig/types.rbs', line 2776 def resource_specification @resource_specification end |
#start ⇒ ::String
Returns the value of attribute start.
2777 2778 2779 |
# File 'sig/types.rbs', line 2777 def start @start end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
2778 2779 2780 |
# File 'sig/types.rbs', line 2778 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def @tags end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def usage_price @usage_price end |