Class: Aws::Types::ListPublicKeysResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



883
884
885
# File 'sig/types.rbs', line 883

def next_token
  @next_token
end

#public_key_list::Array[Types::PublicKey]

Returns the value of attribute public_key_list.

Returns:



882
883
884
# File 'sig/types.rbs', line 882

def public_key_list
  @public_key_list
end