Class: Aws::IVSRealTime::Types::ListPublicKeysResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IVSRealTime::Types::ListPublicKeysResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivsrealtime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are more public keys than ‘maxResults`, use `nextToken` in the request to get the next set.
-
#public_keys ⇒ Array<Types::PublicKeySummary>
List of the matching public keys (summary information only).
Instance Attribute Details
#next_token ⇒ String
If there are more public keys than ‘maxResults`, use `nextToken` in the request to get the next set.
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_keys ⇒ Array<Types::PublicKeySummary>
List of the matching public keys (summary information only).
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 |