Class: Aws::Types::ListSSHPublicKeysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def max_items
  @max_items
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def user_name
  @user_name
end