Class: Aws::Types::PrefetchSchedule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


937
938
939
# File 'sig/types.rbs', line 937

def arn
  @arn
end

#consumptionTypes::PrefetchConsumption

Returns the value of attribute consumption.



938
939
940
# File 'sig/types.rbs', line 938

def consumption
  @consumption
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


939
940
941
# File 'sig/types.rbs', line 939

def name
  @name
end

#playback_configuration_name::String

Returns the value of attribute playback_configuration_name.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def playback_configuration_name
  @playback_configuration_name
end

#recurring_prefetch_configurationTypes::RecurringPrefetchConfiguration

Returns the value of attribute recurring_prefetch_configuration.



943
944
945
# File 'sig/types.rbs', line 943

def recurring_prefetch_configuration
  @recurring_prefetch_configuration
end

#retrievalTypes::PrefetchRetrieval

Returns the value of attribute retrieval.



941
942
943
# File 'sig/types.rbs', line 941

def retrieval
  @retrieval
end

#schedule_type"SINGLE", "RECURRING"

Returns the value of attribute schedule_type.

Returns:

  • ("SINGLE", "RECURRING")


942
943
944
# File 'sig/types.rbs', line 942

def schedule_type
  @schedule_type
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:

  • (::String)


944
945
946
# File 'sig/types.rbs', line 944

def stream_id
  @stream_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


945
946
947
# File 'sig/types.rbs', line 945

def tags
  @tags
end