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
617 |
# File 'sig/client.rbs', line 617 def arn: () -> ::String |
#consumption ⇒ Types::PrefetchConsumption
618 |
# File 'sig/client.rbs', line 618 def consumption: () -> Types::PrefetchConsumption |
#name ⇒ ::String
619 |
# File 'sig/client.rbs', line 619 def name: () -> ::String |
#playback_configuration_name ⇒ ::String
620 |
# File 'sig/client.rbs', line 620 def playback_configuration_name: () -> ::String |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
623 |
# File 'sig/client.rbs', line 623 def recurring_prefetch_configuration: () -> Types::RecurringPrefetchConfiguration |
#retrieval ⇒ Types::PrefetchRetrieval
621 |
# File 'sig/client.rbs', line 621 def retrieval: () -> Types::PrefetchRetrieval |
#schedule_type ⇒ "SINGLE", "RECURRING"
622 |
# File 'sig/client.rbs', line 622 def schedule_type: () -> ("SINGLE" | "RECURRING") |
#stream_id ⇒ ::String
624 |
# File 'sig/client.rbs', line 624 def stream_id: () -> ::String |
#tags ⇒ ::Hash[::String, ::String]
625 |
# File 'sig/client.rbs', line 625 def tags: () -> ::Hash[::String, ::String] |