Class: Aws::Types::GetPrefetchScheduleResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPrefetchScheduleResponse
- 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.
644 645 646 |
# File 'sig/types.rbs', line 644 def arn @arn end |
#consumption ⇒ Types::PrefetchConsumption
Returns the value of attribute consumption.
645 646 647 |
# File 'sig/types.rbs', line 645 def consumption @consumption end |
#name ⇒ ::String
Returns the value of attribute name.
646 647 648 |
# File 'sig/types.rbs', line 646 def name @name end |
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
647 648 649 |
# File 'sig/types.rbs', line 647 def playback_configuration_name @playback_configuration_name end |
#recurring_prefetch_configuration ⇒ Types::RecurringPrefetchConfiguration
Returns the value of attribute recurring_prefetch_configuration.
650 651 652 |
# File 'sig/types.rbs', line 650 def recurring_prefetch_configuration @recurring_prefetch_configuration end |
#retrieval ⇒ Types::PrefetchRetrieval
Returns the value of attribute retrieval.
648 649 650 |
# File 'sig/types.rbs', line 648 def retrieval @retrieval end |
#schedule_type ⇒ "SINGLE", "RECURRING"
Returns the value of attribute schedule_type.
649 650 651 |
# File 'sig/types.rbs', line 649 def schedule_type @schedule_type end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
651 652 653 |
# File 'sig/types.rbs', line 651 def stream_id @stream_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
652 653 654 |
# File 'sig/types.rbs', line 652 def @tags end |