Class: Aws::Wickr::Types::GetUserRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::GetUserRequest
- Includes:
- Structure
- Defined in:
- 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.
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_id ⇒ String
The ID of the Wickr network containing the user.
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_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.
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_id ⇒ String
The unique identifier of the user to retrieve.
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 |