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

Inherits:
Struct
  • Object
show all
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_policyTypes::PlaybackRestrictionPolicy



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

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