Module: Aws::MediaLive::Client::_DescribeReservationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeReservationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #count ⇒ ::Integer
- #currency_code ⇒ ::String
- #duration ⇒ ::Integer
- #duration_units ⇒ "MONTHS"
- #end ⇒ ::String
- #fixed_price ⇒ ::Float
- #name ⇒ ::String
- #offering_description ⇒ ::String
- #offering_id ⇒ ::String
- #offering_type ⇒ "NO_UPFRONT"
- #region ⇒ ::String
- #renewal_settings ⇒ Types::RenewalSettings
- #reservation_id ⇒ ::String
- #resource_specification ⇒ Types::ReservationResourceSpecification
- #start ⇒ ::String
- #state ⇒ "ACTIVE", ...
- #tags ⇒ ::Hash[::String, ::String]
- #usage_price ⇒ ::Float
Instance Method Details
#arn ⇒ ::String
787 |
# File 'sig/client.rbs', line 787 def arn: () -> ::String |
#count ⇒ ::Integer
788 |
# File 'sig/client.rbs', line 788 def count: () -> ::Integer |
#currency_code ⇒ ::String
789 |
# File 'sig/client.rbs', line 789 def currency_code: () -> ::String |
#duration ⇒ ::Integer
790 |
# File 'sig/client.rbs', line 790 def duration: () -> ::Integer |
#duration_units ⇒ "MONTHS"
791 |
# File 'sig/client.rbs', line 791 def duration_units: () -> ("MONTHS") |
#end ⇒ ::String
792 |
# File 'sig/client.rbs', line 792 def end: () -> ::String |
#fixed_price ⇒ ::Float
793 |
# File 'sig/client.rbs', line 793 def fixed_price: () -> ::Float |
#name ⇒ ::String
794 |
# File 'sig/client.rbs', line 794 def name: () -> ::String |
#offering_description ⇒ ::String
795 |
# File 'sig/client.rbs', line 795 def offering_description: () -> ::String |
#offering_id ⇒ ::String
796 |
# File 'sig/client.rbs', line 796 def offering_id: () -> ::String |
#offering_type ⇒ "NO_UPFRONT"
797 |
# File 'sig/client.rbs', line 797 def offering_type: () -> ("NO_UPFRONT") |
#region ⇒ ::String
798 |
# File 'sig/client.rbs', line 798 def region: () -> ::String |
#renewal_settings ⇒ Types::RenewalSettings
799 |
# File 'sig/client.rbs', line 799 def renewal_settings: () -> Types::RenewalSettings |
#reservation_id ⇒ ::String
800 |
# File 'sig/client.rbs', line 800 def reservation_id: () -> ::String |
#resource_specification ⇒ Types::ReservationResourceSpecification
801 |
# File 'sig/client.rbs', line 801 def resource_specification: () -> Types::ReservationResourceSpecification |
#start ⇒ ::String
802 |
# File 'sig/client.rbs', line 802 def start: () -> ::String |
#state ⇒ "ACTIVE", ...
803 |
# File 'sig/client.rbs', line 803 def state: () -> ("ACTIVE" | "EXPIRED" | "CANCELED" | "DELETED") |
#tags ⇒ ::Hash[::String, ::String]
804 |
# File 'sig/client.rbs', line 804 def tags: () -> ::Hash[::String, ::String] |
#usage_price ⇒ ::Float
805 |
# File 'sig/client.rbs', line 805 def usage_price: () -> ::Float |