Class: Aws::Types::CreatePrefetchScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreatePrefetchScheduleResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
260 261 262 |
# File 'sig/types.rbs', line 260 def arn @arn end |
#consumption ⇒ Types::PrefetchConsumption
Returns the value of attribute consumption.
261 262 263 |
# File 'sig/types.rbs', line 261 def consumption @consumption end |
#name ⇒ ::String
Returns the value of attribute name.
262 263 264 |
# File 'sig/types.rbs', line 262 def name @name end |
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
263 264 265 |
# File 'sig/types.rbs', line 263 def playback_configuration_name @playback_configuration_name end |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
Returns the value of attribute recurring_prefetch_configuration.
265 266 267 |
# File 'sig/types.rbs', line 265 def recurring_prefetch_configuration @recurring_prefetch_configuration end |
#retrieval ⇒ Types::PrefetchRetrieval
Returns the value of attribute retrieval.
264 265 266 |
# File 'sig/types.rbs', line 264 def retrieval @retrieval end |
#schedule_type ⇒ "SINGLE", "RECURRING"
Returns the value of attribute schedule_type.
266 267 268 |
# File 'sig/types.rbs', line 266 def schedule_type @schedule_type end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
267 268 269 |
# File 'sig/types.rbs', line 267 def stream_id @stream_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
268 269 270 |
# File 'sig/types.rbs', line 268 def end |