Module: Aws::MediaTailor::Client::_GetPrefetchScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPrefetchScheduleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #consumption ⇒ Types::PrefetchConsumption
- #name ⇒ ::String
- #playback_configuration_name ⇒ ::String
- #recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
- #retrieval ⇒ Types::PrefetchRetrieval
- #schedule_type ⇒ "SINGLE", "RECURRING"
- #stream_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def arn: () -> ::String
|
#consumption ⇒ Types::PrefetchConsumption
612 |
# File 'sig/client.rbs', line 612
def consumption: () -> Types::PrefetchConsumption
|
#name ⇒ ::String
613 |
# File 'sig/client.rbs', line 613
def name: () -> ::String
|
#playback_configuration_name ⇒ ::String
614 |
# File 'sig/client.rbs', line 614
def playback_configuration_name: () -> ::String
|
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
617 |
# File 'sig/client.rbs', line 617
def recurring_prefetch_configuration: () -> Types::RecurringPrefetchConfiguration
|
#retrieval ⇒ Types::PrefetchRetrieval
615 |
# File 'sig/client.rbs', line 615
def retrieval: () -> Types::PrefetchRetrieval
|
#schedule_type ⇒ "SINGLE", "RECURRING"
616 |
# File 'sig/client.rbs', line 616
def schedule_type: () -> ("SINGLE" | "RECURRING")
|
#stream_id ⇒ ::String
618 |
# File 'sig/client.rbs', line 618
def stream_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
619 |
# File 'sig/client.rbs', line 619
def tags: () -> ::Hash[::String, ::String]
|