Class: Aws::Types::ListPublicKeysRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


876
877
878
# File 'sig/types.rbs', line 876

def end_time
  @end_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


877
878
879
# File 'sig/types.rbs', line 877

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


875
876
877
# File 'sig/types.rbs', line 875

def start_time
  @start_time
end