Class: Aws::Types::CreatePrefetchScheduleResponse

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:



260
261
262
# File 'sig/types.rbs', line 260

def arn
  @arn
end

#consumptionTypes::PrefetchConsumption

Returns the value of attribute consumption.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def consumption
  @consumption
end

#name::String

Returns the value of attribute name.

Returns:



262
263
264
# File 'sig/types.rbs', line 262

def name
  @name
end

#playback_configuration_name::String

Returns the value of attribute playback_configuration_name.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def playback_configuration_name
  @playback_configuration_name
end

#recurring_prefetch_configurationTypes::RecurringPrefetchConfiguration

Returns the value of attribute recurring_prefetch_configuration.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def recurring_prefetch_configuration
  @recurring_prefetch_configuration
end

#retrievalTypes::PrefetchRetrieval

Returns the value of attribute retrieval.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def retrieval
  @retrieval
end

#schedule_type"SINGLE", "RECURRING"

Returns the value of attribute schedule_type.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def schedule_type
  @schedule_type
end

#stream_id::String

Returns the value of attribute stream_id.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def stream_id
  @stream_id
end

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

Returns the value of attribute tags.

Returns:



268
269
270
# File 'sig/types.rbs', line 268

def tags
  @tags
end