Class: Aws::IVS::Types::GetPlaybackRestrictionPolicyRequest

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

#arnString

ARN of the playback restriction policy to be returned.

Returns:

  • (String)


831
832
833
834
835
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 831

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