Class: Aws::IVS::Types::UpdatePlaybackRestrictionPolicyResponse

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

Object specifying the updated policy.



2368
2369
2370
2371
2372
# File 'lib/aws-sdk-ivs/types.rb', line 2368

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