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
795 |
# File 'sig/client.rbs', line 795
def arn: () -> ::String
|
#count ⇒ ::Integer
796 |
# File 'sig/client.rbs', line 796
def count: () -> ::Integer
|
#currency_code ⇒ ::String
797 |
# File 'sig/client.rbs', line 797
def currency_code: () -> ::String
|
#duration ⇒ ::Integer
798 |
# File 'sig/client.rbs', line 798
def duration: () -> ::Integer
|
#duration_units ⇒ "MONTHS"
799 |
# File 'sig/client.rbs', line 799
def duration_units: () -> ("MONTHS")
|
#end ⇒ ::String
800 |
# File 'sig/client.rbs', line 800
def end: () -> ::String
|
#fixed_price ⇒ ::Float
801 |
# File 'sig/client.rbs', line 801
def fixed_price: () -> ::Float
|
#name ⇒ ::String
802 |
# File 'sig/client.rbs', line 802
def name: () -> ::String
|
#offering_description ⇒ ::String
803 |
# File 'sig/client.rbs', line 803
def offering_description: () -> ::String
|
#offering_id ⇒ ::String
804 |
# File 'sig/client.rbs', line 804
def offering_id: () -> ::String
|
#offering_type ⇒ "NO_UPFRONT"
805 |
# File 'sig/client.rbs', line 805
def offering_type: () -> ("NO_UPFRONT")
|
#region ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def region: () -> ::String
|
#renewal_settings ⇒ Types::RenewalSettings
807 |
# File 'sig/client.rbs', line 807
def renewal_settings: () -> Types::RenewalSettings
|
#reservation_id ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def reservation_id: () -> ::String
|
#resource_specification ⇒ Types::ReservationResourceSpecification
809 |
# File 'sig/client.rbs', line 809
def resource_specification: () -> Types::ReservationResourceSpecification
|
#start ⇒ ::String
810 |
# File 'sig/client.rbs', line 810
def start: () -> ::String
|
#state ⇒ "ACTIVE", ...
811 |
# File 'sig/client.rbs', line 811
def state: () -> ("ACTIVE" | "EXPIRED" | "CANCELED" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
812 |
# File 'sig/client.rbs', line 812
def tags: () -> ::Hash[::String, ::String]
|
#usage_price ⇒ ::Float
813 |
# File 'sig/client.rbs', line 813
def usage_price: () -> ::Float
|