Class: Aws::Types::PrefetchSchedule
- Inherits:
-
Object
- Object
- Aws::Types::PrefetchSchedule
- 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.
918 919 920 |
# File 'sig/types.rbs', line 918 def arn @arn end |
#consumption ⇒ Types::PrefetchConsumption
Returns the value of attribute consumption.
919 920 921 |
# File 'sig/types.rbs', line 919 def consumption @consumption end |
#name ⇒ ::String
Returns the value of attribute name.
920 921 922 |
# File 'sig/types.rbs', line 920 def name @name end |
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
921 922 923 |
# File 'sig/types.rbs', line 921 def playback_configuration_name @playback_configuration_name end |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
Returns the value of attribute recurring_prefetch_configuration.
924 925 926 |
# File 'sig/types.rbs', line 924 def recurring_prefetch_configuration @recurring_prefetch_configuration end |
#retrieval ⇒ Types::PrefetchRetrieval
Returns the value of attribute retrieval.
922 923 924 |
# File 'sig/types.rbs', line 922 def retrieval @retrieval end |
#schedule_type ⇒ "SINGLE", "RECURRING"
Returns the value of attribute schedule_type.
923 924 925 |
# File 'sig/types.rbs', line 923 def schedule_type @schedule_type end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
925 926 927 |
# File 'sig/types.rbs', line 925 def stream_id @stream_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
926 927 928 |
# File 'sig/types.rbs', line 926 def @tags end |