Class: Aws::IVSRealTime::Types::ListPublicKeysRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListPublicKeysRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return.
-
#next_token ⇒ String
The first public key to retrieve.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return. Default: 50.
1602 1603 1604 1605 1606 1607 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1602 class ListPublicKeysRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The first public key to retrieve. This is used for pagination; see the ‘nextToken` response field.
1602 1603 1604 1605 1606 1607 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1602 class ListPublicKeysRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |