Class: Aws::IVS::Types::ListPlaybackKeyPairsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListPlaybackKeyPairsRequest
- 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 key pairs to return.
-
#next_token ⇒ String
The first key pair to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller.
1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-ivs/types.rb', line 1170 class ListPlaybackKeyPairsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first key pair to retrieve. This is used for pagination; see the ‘nextToken` response field.
1170 1171 1172 1173 1174 1175 |
# File 'lib/aws-sdk-ivs/types.rb', line 1170 class ListPlaybackKeyPairsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |