Class: Aws::Connect::Types::UserSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::UserSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the user account.
-
#id ⇒ String
The identifier of the user account.
-
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
-
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
-
#username ⇒ String
The Amazon Connect user name of the user account.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the user account.
23725 23726 23727 23728 23729 23730 23731 23732 23733 |
# File 'lib/aws-sdk-connect/types.rb', line 23725 class UserSummary < Struct.new( :id, :arn, :username, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the user account.
23725 23726 23727 23728 23729 23730 23731 23732 23733 |
# File 'lib/aws-sdk-connect/types.rb', line 23725 class UserSummary < Struct.new( :id, :arn, :username, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_region ⇒ String
The Amazon Web Services Region where this resource was last modified.
23725 23726 23727 23728 23729 23730 23731 23732 23733 |
# File 'lib/aws-sdk-connect/types.rb', line 23725 class UserSummary < Struct.new( :id, :arn, :username, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The timestamp when this resource was last modified.
23725 23726 23727 23728 23729 23730 23731 23732 23733 |
# File 'lib/aws-sdk-connect/types.rb', line 23725 class UserSummary < Struct.new( :id, :arn, :username, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |
#username ⇒ String
The Amazon Connect user name of the user account.
23725 23726 23727 23728 23729 23730 23731 23732 23733 |
# File 'lib/aws-sdk-connect/types.rb', line 23725 class UserSummary < Struct.new( :id, :arn, :username, :last_modified_time, :last_modified_region) SENSITIVE = [] include Aws::Structure end |