Module: Aws::MediaTailor::Client::_CreatePrefetchScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePrefetchScheduleResponse]
- 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
179 |
# File 'sig/client.rbs', line 179
def arn: () -> ::String
|
#consumption ⇒ Types::PrefetchConsumption
180 |
# File 'sig/client.rbs', line 180
def consumption: () -> Types::PrefetchConsumption
|
#name ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def name: () -> ::String
|
#playback_configuration_name ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def playback_configuration_name: () -> ::String
|
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
184 |
# File 'sig/client.rbs', line 184
def recurring_prefetch_configuration: () -> Types::RecurringPrefetchConfiguration
|
#retrieval ⇒ Types::PrefetchRetrieval
183 |
# File 'sig/client.rbs', line 183
def retrieval: () -> Types::PrefetchRetrieval
|
#schedule_type ⇒ "SINGLE", "RECURRING"
185 |
# File 'sig/client.rbs', line 185
def schedule_type: () -> ("SINGLE" | "RECURRING")
|
#stream_id ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def stream_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
187 |
# File 'sig/client.rbs', line 187
def tags: () -> ::Hash[::String, ::String]
|