Class: Aws::Types::ListSSHPublicKeysRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#marker::String

Returns the value of attribute marker.



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

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.



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.



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

def user_name
  @user_name
end