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.
1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1851 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.
1851 1852 1853 1854 1855 1856 |
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1851 class ListPublicKeysRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |