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.
247 248 249 |
# File 'sig/types.rbs', line 247 def arn @arn end |
#consumption ⇒ Types::PrefetchConsumption
Returns the value of attribute consumption.
248 249 250 |
# File 'sig/types.rbs', line 248 def consumption @consumption end |
#name ⇒ ::String
Returns the value of attribute name.
249 250 251 |
# File 'sig/types.rbs', line 249 def name @name end |
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
250 251 252 |
# File 'sig/types.rbs', line 250 def playback_configuration_name @playback_configuration_name end |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
Returns the value of attribute recurring_prefetch_configuration.
252 253 254 |
# File 'sig/types.rbs', line 252 def recurring_prefetch_configuration @recurring_prefetch_configuration end |
#retrieval ⇒ Types::PrefetchRetrieval
Returns the value of attribute retrieval.
251 252 253 |
# File 'sig/types.rbs', line 251 def retrieval @retrieval end |
#schedule_type ⇒ "SINGLE", "RECURRING"
Returns the value of attribute schedule_type.
253 254 255 |
# File 'sig/types.rbs', line 253 def schedule_type @schedule_type end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
254 255 256 |
# File 'sig/types.rbs', line 254 def stream_id @stream_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
255 256 257 |
# File 'sig/types.rbs', line 255 def @tags end |