Class: Aws::CodeCatalyst::Types::UserIdentity

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codecatalyst/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

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account number of the user in Amazon Web Services, if any.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-codecatalyst/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_idString

The ID of the Amazon CodeCatalyst service principal.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-codecatalyst/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_nameString

The display name of the user in Amazon CodeCatalyst.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-codecatalyst/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_typeString

The role assigned to the user in a Amazon CodeCatalyst space or project when the event occurred.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-codecatalyst/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