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
775 |
# File 'sig/client.rbs', line 775
def arn: () -> ::String
|
#currency_code ⇒ ::String
776 |
# File 'sig/client.rbs', line 776
def currency_code: () -> ::String
|
#duration ⇒ ::Integer
777 |
# File 'sig/client.rbs', line 777
def duration: () -> ::Integer
|
#duration_units ⇒ "MONTHS"
778 |
# File 'sig/client.rbs', line 778
def duration_units: () -> ("MONTHS")
|
#fixed_price ⇒ ::Float
779 |
# File 'sig/client.rbs', line 779
def fixed_price: () -> ::Float
|
#offering_description ⇒ ::String
780 |
# File 'sig/client.rbs', line 780
def offering_description: () -> ::String
|
#offering_id ⇒ ::String
781 |
# File 'sig/client.rbs', line 781
def offering_id: () -> ::String
|
#offering_type ⇒ "NO_UPFRONT"
782 |
# File 'sig/client.rbs', line 782
def offering_type: () -> ("NO_UPFRONT")
|
#region ⇒ ::String
783 |
# File 'sig/client.rbs', line 783
def region: () -> ::String
|
#resource_specification ⇒ Types::ReservationResourceSpecification
784 |
# File 'sig/client.rbs', line 784
def resource_specification: () -> Types::ReservationResourceSpecification
|
#usage_price ⇒ ::Float
785 |
# File 'sig/client.rbs', line 785
def usage_price: () -> ::Float
|