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.
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_id ⇒ String
The ID of the Wickr network containing the user.
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_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.
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_id ⇒ String
The unique identifier of the user to retrieve.
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 |