Class: Aws::Types::ListPrefetchSchedulesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPrefetchSchedulesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
-
#schedule_type ⇒ "SINGLE", ...
Returns the value of attribute schedule_type.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
786 787 788 |
# File 'sig/types.rbs', line 786 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
787 788 789 |
# File 'sig/types.rbs', line 787 def next_token @next_token end |
#playback_configuration_name ⇒ ::String
Returns the value of attribute playback_configuration_name.
788 789 790 |
# File 'sig/types.rbs', line 788 def playback_configuration_name @playback_configuration_name end |
#schedule_type ⇒ "SINGLE", ...
Returns the value of attribute schedule_type.
789 790 791 |
# File 'sig/types.rbs', line 789 def schedule_type @schedule_type end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
790 791 792 |
# File 'sig/types.rbs', line 790 def stream_id @stream_id end |