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

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

#next_tokenString

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

Returns:

  • (String)


1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1152

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

#playback_restriction_policiesArray<Types::PlaybackRestrictionPolicySummary>

List of the matching policies.



1152
1153
1154
1155
1156
1157
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 1152

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