Class: Aws::IVS::Types::ListPlaybackRestrictionPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListPlaybackRestrictionPoliciesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of policies to return.
-
#next_token ⇒ String
The first policy to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of policies to return. Default: 1.
1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-ivs/types.rb', line 1206 class ListPlaybackRestrictionPoliciesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first policy to retrieve. This is used for pagination; see the ‘nextToken` response field.
1206 1207 1208 1209 1210 1211 |
# File 'lib/aws-sdk-ivs/types.rb', line 1206 class ListPlaybackRestrictionPoliciesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |