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`, use `nextToken` in 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.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-ivs/types.rb', line 1224 class ListPlaybackRestrictionPoliciesResponse < Struct.new( :next_token, :playback_restriction_policies) SENSITIVE = [] include Aws::Structure end |
#playback_restriction_policies ⇒ Array<Types::PlaybackRestrictionPolicySummary>
List of the matching policies.
1224 1225 1226 1227 1228 1229 |
# File 'lib/aws-sdk-ivs/types.rb', line 1224 class ListPlaybackRestrictionPoliciesResponse < Struct.new( :next_token, :playback_restriction_policies) SENSITIVE = [] include Aws::Structure end |