Class: Aws::IVS::Types::ListPlaybackRestrictionPoliciesResponse

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

#next_tokenString

If there are more channels than maxResults, use nextToken in the request to get the next set.

Returns:

  • (String)


1831
1832
1833
1834
1835
1836
# File 'lib/aws-sdk-ivs/types.rb', line 1831

class ListPlaybackRestrictionPoliciesResponse < Struct.new(
  :playback_restriction_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#playback_restriction_policiesArray<Types::PlaybackRestrictionPolicySummary>

List of the matching policies.



1831
1832
1833
1834
1835
1836
# File 'lib/aws-sdk-ivs/types.rb', line 1831

class ListPlaybackRestrictionPoliciesResponse < Struct.new(
  :playback_restriction_policies,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end