Class: Aws::IVS::Types::CreatePlaybackRestrictionPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#playback_restriction_policyTypes::PlaybackRestrictionPolicy



1046
1047
1048
1049
1050
# File 'lib/aws-sdk-ivs/types.rb', line 1046

class CreatePlaybackRestrictionPolicyResponse < Struct.new(
  :playback_restriction_policy)
  SENSITIVE = []
  include Aws::Structure
end