Class: Aws::IVS::Types::UpdatePlaybackRestrictionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::UpdatePlaybackRestrictionPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#playback_restriction_policy ⇒ Types::PlaybackRestrictionPolicy
Object specifying the updated policy.
Instance Attribute Details
#playback_restriction_policy ⇒ Types::PlaybackRestrictionPolicy
Object specifying the updated policy.
2592 2593 2594 2595 2596 |
# File 'lib/aws-sdk-ivs/types.rb', line 2592 class UpdatePlaybackRestrictionPolicyResponse < Struct.new( :playback_restriction_policy) SENSITIVE = [] include Aws::Structure end |