Class: Aws::Types::ListPublicKeysRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPublicKeysRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_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.
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.
875 876 877 |
# File 'sig/types.rbs', line 875 def start_time @start_time end |