Class: Aws::MediaTailor::Types::GetPlaybackConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaTailor::Types::GetPlaybackConfigurationRequest
- Defined in:
- gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The identifier for the playback configuration.
Instance Attribute Details
#name ⇒ String
The identifier for the playback configuration.
2096 2097 2098 2099 2100 |
# File 'gems/aws-sdk-mediatailor/lib/aws-sdk-mediatailor/types.rb', line 2096 class GetPlaybackConfigurationRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |