Class: Aws::CodeCatalyst::Types::UserIdentity
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::UserIdentity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Information about a user whose activity is recorded in an event for a space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account number of the user in Amazon Web Services, if any.
-
#principal_id ⇒ String
The ID of the Amazon CodeCatalyst service principal.
-
#user_name ⇒ String
The display name of the user in Amazon CodeCatalyst.
-
#user_type ⇒ String
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account number of the user in Amazon Web Services, if any.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2921 class UserIdentity < Struct.new( :user_type, :principal_id, :user_name, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The ID of the Amazon CodeCatalyst service principal.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2921 class UserIdentity < Struct.new( :user_type, :principal_id, :user_name, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#user_name ⇒ String
The display name of the user in Amazon CodeCatalyst.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2921 class UserIdentity < Struct.new( :user_type, :principal_id, :user_name, :aws_account_id) SENSITIVE = [] include Aws::Structure end |
#user_type ⇒ String
The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.
2921 2922 2923 2924 2925 2926 2927 2928 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2921 class UserIdentity < Struct.new( :user_type, :principal_id, :user_name, :aws_account_id) SENSITIVE = [] include Aws::Structure end |