Class: Aws::Types::GetUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
452 453 454 |
# File 'sig/types.rbs', line 452 def end_time @end_time end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
449 450 451 |
# File 'sig/types.rbs', line 449 def network_id @network_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
451 452 453 |
# File 'sig/types.rbs', line 451 def start_time @start_time end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
450 451 452 |
# File 'sig/types.rbs', line 450 def user_id @user_id end |