Class: Aws::MediaTailor::Types::GetPrefetchScheduleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetPrefetchScheduleRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Note:
When making an API call, you may pass GetPrefetchScheduleRequest 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
2142 2143 2144 2145 2146 2147 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2142 class GetPrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |
#playback_configuration_name ⇒ String
2142 2143 2144 2145 2146 2147 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2142 class GetPrefetchScheduleRequest < Struct.new( :name, :playback_configuration_name) SENSITIVE = [] include Aws::Structure end |