Class: Aws::IVS::Types::ListPlaybackRestrictionPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListPlaybackRestrictionPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more channels than
maxResults, usenextTokenin the request to get the next set. -
#playback_restriction_policies ⇒ Array<Types::PlaybackRestrictionPolicySummary>
List of the matching policies.
Instance Attribute Details
#next_token ⇒ String
If there are more channels than maxResults, use nextToken in the
request to get the next set.
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_policies ⇒ Array<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 |