Class: Aws::MediaTailor::Types::DeletePrefetchScheduleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.

Returns:

  • (String)


1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1488

class DeletePrefetchScheduleRequest < Struct.new(
  :name,
  :playback_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end

#playback_configuration_nameString

The name of the playback configuration for this prefetch schedule.

Returns:

  • (String)


1488
1489
1490
1491
1492
1493
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1488

class DeletePrefetchScheduleRequest < Struct.new(
  :name,
  :playback_configuration_name)
  SENSITIVE = []
  include Aws::Structure
end