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
569 |
# File 'sig/client.rbs', line 569
def arn: () -> ::String
|
#count ⇒ ::Integer
570 |
# File 'sig/client.rbs', line 570
def count: () -> ::Integer
|
#currency_code ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def currency_code: () -> ::String
|
#duration ⇒ ::Integer
572 |
# File 'sig/client.rbs', line 572
def duration: () -> ::Integer
|
#duration_units ⇒ "MONTHS"
573 |
# File 'sig/client.rbs', line 573
def duration_units: () -> ("MONTHS")
|
#end ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def end: () -> ::String
|
#fixed_price ⇒ ::Float
575 |
# File 'sig/client.rbs', line 575
def fixed_price: () -> ::Float
|
#name ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def name: () -> ::String
|
#offering_description ⇒ ::String
577 |
# File 'sig/client.rbs', line 577
def offering_description: () -> ::String
|
#offering_id ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def offering_id: () -> ::String
|
#offering_type ⇒ "NO_UPFRONT"
579 |
# File 'sig/client.rbs', line 579
def offering_type: () -> ("NO_UPFRONT")
|
#region ⇒ ::String
580 |
# File 'sig/client.rbs', line 580
def region: () -> ::String
|
#renewal_settings ⇒ Types::RenewalSettings
581 |
# File 'sig/client.rbs', line 581
def renewal_settings: () -> Types::RenewalSettings
|
#reservation_id ⇒ ::String
582 |
# File 'sig/client.rbs', line 582
def reservation_id: () -> ::String
|
#resource_specification ⇒ Types::ReservationResourceSpecification
583 |
# File 'sig/client.rbs', line 583
def resource_specification: () -> Types::ReservationResourceSpecification
|
#start ⇒ ::String
584 |
# File 'sig/client.rbs', line 584
def start: () -> ::String
|
#state ⇒ "ACTIVE", ...
585 |
# File 'sig/client.rbs', line 585
def state: () -> ("ACTIVE" | "EXPIRED" | "CANCELED" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
586 |
# File 'sig/client.rbs', line 586
def tags: () -> ::Hash[::String, ::String]
|
#usage_price ⇒ ::Float
587 |
# File 'sig/client.rbs', line 587
def usage_price: () -> ::Float
|