Class: Aws::Wickr::Types::GetUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetUserRequest
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The end time for filtering the user's last activity.
-
#network_id ⇒ String
The ID of the Wickr network containing the user.
-
#start_time ⇒ Time
The start time for filtering the user's last activity.
-
#user_id ⇒ String
The unique identifier of the user to retrieve.
Instance Attribute Details
#end_time ⇒ Time
The end time for filtering the user's last activity. Only activity before this timestamp will be considered. Time is specified in epoch seconds.
1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1540 class GetUserRequest < Struct.new( :network_id, :user_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The ID of the Wickr network containing the user.
1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1540 class GetUserRequest < Struct.new( :network_id, :user_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The start time for filtering the user's last activity. Only activity after this timestamp will be considered. Time is specified in epoch seconds.
1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1540 class GetUserRequest < Struct.new( :network_id, :user_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The unique identifier of the user to retrieve.
1540 1541 1542 1543 1544 1545 1546 1547 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 1540 class GetUserRequest < Struct.new( :network_id, :user_id, :start_time, :end_time) SENSITIVE = [] include Aws::Structure end |