Class: Aws::Types::DeleteReservationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReservationResponse
- 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.
868 869 870 |
# File 'sig/types.rbs', line 868 def arn @arn end |
#count ⇒ ::Integer
Returns the value of attribute count.
869 870 871 |
# File 'sig/types.rbs', line 869 def count @count end |
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
870 871 872 |
# File 'sig/types.rbs', line 870 def currency_code @currency_code end |
#duration ⇒ ::Integer
Returns the value of attribute duration.
871 872 873 |
# File 'sig/types.rbs', line 871 def duration @duration end |
#duration_units ⇒ "MONTHS"
Returns the value of attribute duration_units.
872 873 874 |
# File 'sig/types.rbs', line 872 def duration_units @duration_units end |
#end ⇒ ::String
Returns the value of attribute end.
873 874 875 |
# File 'sig/types.rbs', line 873 def end @end end |
#fixed_price ⇒ ::Float
Returns the value of attribute fixed_price.
874 875 876 |
# File 'sig/types.rbs', line 874 def fixed_price @fixed_price end |
#name ⇒ ::String
Returns the value of attribute name.
875 876 877 |
# File 'sig/types.rbs', line 875 def name @name end |
#offering_description ⇒ ::String
Returns the value of attribute offering_description.
876 877 878 |
# File 'sig/types.rbs', line 876 def offering_description @offering_description end |
#offering_id ⇒ ::String
Returns the value of attribute offering_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def offering_id @offering_id end |
#offering_type ⇒ "NO_UPFRONT"
Returns the value of attribute offering_type.
878 879 880 |
# File 'sig/types.rbs', line 878 def offering_type @offering_type end |
#region ⇒ ::String
Returns the value of attribute region.
879 880 881 |
# File 'sig/types.rbs', line 879 def region @region end |
#renewal_settings ⇒ Types::RenewalSettings
Returns the value of attribute renewal_settings.
880 881 882 |
# File 'sig/types.rbs', line 880 def renewal_settings @renewal_settings end |
#reservation_id ⇒ ::String
Returns the value of attribute reservation_id.
881 882 883 |
# File 'sig/types.rbs', line 881 def reservation_id @reservation_id end |
#resource_specification ⇒ Types::ReservationResourceSpecification
Returns the value of attribute resource_specification.
882 883 884 |
# File 'sig/types.rbs', line 882 def resource_specification @resource_specification end |
#start ⇒ ::String
Returns the value of attribute start.
883 884 885 |
# File 'sig/types.rbs', line 883 def start @start end |
#state ⇒ "ACTIVE", ...
Returns the value of attribute state.
884 885 886 |
# File 'sig/types.rbs', line 884 def state @state end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
885 886 887 |
# File 'sig/types.rbs', line 885 def @tags end |
#usage_price ⇒ ::Float
Returns the value of attribute usage_price.
886 887 888 |
# File 'sig/types.rbs', line 886 def usage_price @usage_price end |