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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/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)


1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1498

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)


1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1498

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)


1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1498

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)


1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1498

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