Class: Aws::Types::GetUserRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


450
451
452
# File 'sig/types.rbs', line 450

def user_id
  @user_id
end