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



1339
1340
1341
1342
1343
# File 'lib/aws-sdk-ivs/types.rb', line 1339

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