Class: Aws::IVSRealTime::Types::ListPublicKeysRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivsrealtime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of results to return. Default: 50.

Returns:

  • (Integer)


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_tokenString

The first public key to retrieve. This is used for pagination; see the ‘nextToken` response field.

Returns:

  • (String)


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