Class: Aws::IVS::Types::ListPlaybackKeyPairsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVS::Types::ListPlaybackKeyPairsRequest
- Defined in:
- gems/aws-sdk-ivs/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.
834 835 836 837 838 839 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 834 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.
834 835 836 837 838 839 |
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 834 class ListPlaybackKeyPairsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |