Class: Aws::Types::CreatePrefetchScheduleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrefetchScheduleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumption ⇒ Types::PrefetchConsumption
Returns the value of attribute consumption.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
-
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
Returns the value of attribute recurring_prefetch_configuration.
-
#retrieval ⇒ Types::PrefetchRetrieval
Returns the value of attribute retrieval.
-
#schedule_type ⇒ "SINGLE", "RECURRING"
Returns the value of attribute schedule_type.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#consumption ⇒ Types::PrefetchConsumption
Returns the value of attribute consumption.
235 236 237 |
# File 'sig/types.rbs', line 235 def consumption @consumption end |
#name ⇒ ::String
Returns the value of attribute name.
236 237 238 |
# File 'sig/types.rbs', line 236 def name @name end |
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
237 238 239 |
# File 'sig/types.rbs', line 237 def playback_configuration_name @playback_configuration_name end |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
Returns the value of attribute recurring_prefetch_configuration.
239 240 241 |
# File 'sig/types.rbs', line 239 def recurring_prefetch_configuration @recurring_prefetch_configuration end |
#retrieval ⇒ Types::PrefetchRetrieval
Returns the value of attribute retrieval.
238 239 240 |
# File 'sig/types.rbs', line 238 def retrieval @retrieval end |
#schedule_type ⇒ "SINGLE", "RECURRING"
Returns the value of attribute schedule_type.
240 241 242 |
# File 'sig/types.rbs', line 240 def schedule_type @schedule_type end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
241 242 243 |
# File 'sig/types.rbs', line 241 def stream_id @stream_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
242 243 244 |
# File 'sig/types.rbs', line 242 def @tags end |