Class: Aws::IVS::Types::CreatePlaybackRestrictionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::CreatePlaybackRestrictionPolicyResponse
- Defined in:
- gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#playback_restriction_policy ⇒ Types::PlaybackRestrictionPolicy
627 628 629 630 631 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 627 class CreatePlaybackRestrictionPolicyResponse < Struct.new( :playback_restriction_policy) SENSITIVE = [] include Aws::Structure end |