Class: Aws::IVS::Types::GetPlaybackRestrictionPolicyResponse

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



842
843
844
845
846
# File 'lib/aws-sdk-ivs/types.rb', line 842

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