Class: Aws::Wickr::Types::GetUserRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#end_timeTime

The end time for filtering the user’s last activity. Only activity before this timestamp will be considered. Time is specified in epoch seconds.

Returns:

  • (Time)


1573
1574
1575
1576
1577
1578
1579
1580
# File 'lib/aws-sdk-wickr/types.rb', line 1573

class GetUserRequest < Struct.new(
  :network_id,
  :user_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The ID of the Wickr network containing the user.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
1580
# File 'lib/aws-sdk-wickr/types.rb', line 1573

class GetUserRequest < Struct.new(
  :network_id,
  :user_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time for filtering the user’s last activity. Only activity after this timestamp will be considered. Time is specified in epoch seconds.

Returns:

  • (Time)


1573
1574
1575
1576
1577
1578
1579
1580
# File 'lib/aws-sdk-wickr/types.rb', line 1573

class GetUserRequest < Struct.new(
  :network_id,
  :user_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The unique identifier of the user to retrieve.

Returns:

  • (String)


1573
1574
1575
1576
1577
1578
1579
1580
# File 'lib/aws-sdk-wickr/types.rb', line 1573

class GetUserRequest < Struct.new(
  :network_id,
  :user_id,
  :start_time,
  :end_time)
  SENSITIVE = []
  include Aws::Structure
end