Module: Aws::MediaLive::Client::_DescribeOfferingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeOfferingResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #currency_code ⇒ ::String
- #duration ⇒ ::Integer
- #duration_units ⇒ "MONTHS"
- #fixed_price ⇒ ::Float
- #offering_description ⇒ ::String
- #offering_id ⇒ ::String
- #offering_type ⇒ "NO_UPFRONT"
- #region ⇒ ::String
- #resource_specification ⇒ Types::ReservationResourceSpecification
- #usage_price ⇒ ::Float
Instance Method Details
#arn ⇒ ::String
767 |
# File 'sig/client.rbs', line 767 def arn: () -> ::String |
#currency_code ⇒ ::String
768 |
# File 'sig/client.rbs', line 768 def currency_code: () -> ::String |
#duration ⇒ ::Integer
769 |
# File 'sig/client.rbs', line 769 def duration: () -> ::Integer |
#duration_units ⇒ "MONTHS"
770 |
# File 'sig/client.rbs', line 770 def duration_units: () -> ("MONTHS") |
#fixed_price ⇒ ::Float
771 |
# File 'sig/client.rbs', line 771 def fixed_price: () -> ::Float |
#offering_description ⇒ ::String
772 |
# File 'sig/client.rbs', line 772 def offering_description: () -> ::String |
#offering_id ⇒ ::String
773 |
# File 'sig/client.rbs', line 773 def offering_id: () -> ::String |
#offering_type ⇒ "NO_UPFRONT"
774 |
# File 'sig/client.rbs', line 774 def offering_type: () -> ("NO_UPFRONT") |
#region ⇒ ::String
775 |
# File 'sig/client.rbs', line 775 def region: () -> ::String |
#resource_specification ⇒ Types::ReservationResourceSpecification
776 |
# File 'sig/client.rbs', line 776 def resource_specification: () -> Types::ReservationResourceSpecification |
#usage_price ⇒ ::Float
777 |
# File 'sig/client.rbs', line 777 def usage_price: () -> ::Float |