Module: Aws::MediaLive::Client::_DeleteReservationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteReservationResponse]
- 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
561 |
# File 'sig/client.rbs', line 561
def arn: () -> ::String
|
#count ⇒ ::Integer
562 |
# File 'sig/client.rbs', line 562
def count: () -> ::Integer
|
#currency_code ⇒ ::String
563 |
# File 'sig/client.rbs', line 563
def currency_code: () -> ::String
|
#duration ⇒ ::Integer
564 |
# File 'sig/client.rbs', line 564
def duration: () -> ::Integer
|
#duration_units ⇒ "MONTHS"
565 |
# File 'sig/client.rbs', line 565
def duration_units: () -> ("MONTHS")
|
#end ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def end: () -> ::String
|
#fixed_price ⇒ ::Float
567 |
# File 'sig/client.rbs', line 567
def fixed_price: () -> ::Float
|
#name ⇒ ::String
568 |
# File 'sig/client.rbs', line 568
def name: () -> ::String
|
#offering_description ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def offering_description: () -> ::String
|
#offering_id ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def offering_id: () -> ::String
|
#offering_type ⇒ "NO_UPFRONT"
571 |
# File 'sig/client.rbs', line 571
def offering_type: () -> ("NO_UPFRONT")
|
#region ⇒ ::String
572 |
# File 'sig/client.rbs', line 572
def region: () -> ::String
|
#renewal_settings ⇒ Types::RenewalSettings
573 |
# File 'sig/client.rbs', line 573
def renewal_settings: () -> Types::RenewalSettings
|
#reservation_id ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def reservation_id: () -> ::String
|
#resource_specification ⇒ Types::ReservationResourceSpecification
575 |
# File 'sig/client.rbs', line 575
def resource_specification: () -> Types::ReservationResourceSpecification
|
#start ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def start: () -> ::String
|
#state ⇒ "ACTIVE", ...
577 |
# File 'sig/client.rbs', line 577
def state: () -> ("ACTIVE" | "EXPIRED" | "CANCELED" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
578 |
# File 'sig/client.rbs', line 578
def tags: () -> ::Hash[::String, ::String]
|
#usage_price ⇒ ::Float
579 |
# File 'sig/client.rbs', line 579
def usage_price: () -> ::Float
|