Class: Aws::Types::GetKeyPairsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_pairs::Array[Types::KeyPair]

Returns the value of attribute key_pairs.

Returns:



1802
1803
1804
# File 'sig/types.rbs', line 1802

def key_pairs
  @key_pairs
end

#next_page_token::String

Returns the value of attribute next_page_token.

Returns:

  • (::String)


1803
1804
1805
# File 'sig/types.rbs', line 1803

def next_page_token
  @next_page_token
end