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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivsrealtime/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)


1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1580

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:



1580
1581
1582
1583
1584
1585
# File 'gems/aws-sdk-ivsrealtime/lib/aws-sdk-ivsrealtime/types.rb', line 1580

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