Class: Aws::MediaTailor::Types::DeletePrefetchScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::DeletePrefetchScheduleRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the prefetch schedule.
-
#playback_configuration_name ⇒ String
The name of the playback configuration for this prefetch schedule.
Instance Attribute Details
#name ⇒ String
The name of the prefetch schedule. If the action is successful, the service sends back an HTTP 204 response with an empty HTTP body.
1752 1753 1754 1755 1756 1757 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1752 class DeletePrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
The name of the playback configuration for this prefetch schedule.
1752 1753 1754 1755 1756 1757 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1752 class DeletePrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |