Class: Aws::IVS::Types::GetPlaybackRestrictionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::GetPlaybackRestrictionPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#playback_restriction_policy ⇒ Types::PlaybackRestrictionPolicy
848 849 850 851 852 |
# File 'lib/aws-sdk-ivs/types.rb', line 848 class GetPlaybackRestrictionPolicyResponse < Struct.new( :playback_restriction_policy) SENSITIVE = [] include Aws::Structure end |