Class: Aws::IVSRealTime::Types::ListPublicKeysResponse

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

#next_tokenString

If there are more public keys than ‘maxResults`, use `nextToken` in the request to get the next set.

Returns:

  • (String)


1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1620

class ListPublicKeysResponse < Struct.new(
  :public_keys,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#public_keysArray<Types::PublicKeySummary>

List of the matching public keys (summary information only).

Returns:



1620
1621
1622
1623
1624
1625
# File 'lib/aws-sdk-ivsrealtime/types.rb', line 1620

class ListPublicKeysResponse < Struct.new(
  :public_keys,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end