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)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def max_items
  @max_items
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def user_name
  @user_name
end