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
Note:
When making an API call, you may pass DeletePrefetchScheduleRequest data as a hash:
{
name: "__string", # required
playback_configuration_name: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#name ⇒ String
1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1407 class DeletePrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
1407 1408 1409 1410 1411 1412 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 1407 class DeletePrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |