Class: Aws::Types::ListPrefetchSchedulesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("SINGLE", "RECURRING", "ALL")


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.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def stream_id
  @stream_id
end