Class: Aws::CodeStar::Types::CreateUserProfileResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::CreateUserProfileResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:display_name, :email_address]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The date the user profile was created, in timestamp format.
-
#display_name ⇒ String
The name that is displayed as the friendly name for the user in AWS CodeStar.
-
#email_address ⇒ String
The email address that is displayed as part of the user’s profile in AWS CodeStar.
-
#last_modified_timestamp ⇒ Time
The date the user profile was last modified, in timestamp format.
-
#ssh_public_key ⇒ String
The SSH public key associated with the user in AWS CodeStar.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user in IAM.
Instance Attribute Details
#created_timestamp ⇒ Time
The date the user profile was created, in timestamp format.
297 298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codestar/types.rb', line 297 class CreateUserProfileResult < Struct.new( :user_arn, :display_name, :email_address, :ssh_public_key, :created_timestamp, :last_modified_timestamp) SENSITIVE = [:display_name, :email_address] include Aws::Structure end |
#display_name ⇒ String
The name that is displayed as the friendly name for the user in AWS CodeStar.
297 298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codestar/types.rb', line 297 class CreateUserProfileResult < Struct.new( :user_arn, :display_name, :email_address, :ssh_public_key, :created_timestamp, :last_modified_timestamp) SENSITIVE = [:display_name, :email_address] include Aws::Structure end |
#email_address ⇒ String
The email address that is displayed as part of the user’s profile in AWS CodeStar.
297 298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codestar/types.rb', line 297 class CreateUserProfileResult < Struct.new( :user_arn, :display_name, :email_address, :ssh_public_key, :created_timestamp, :last_modified_timestamp) SENSITIVE = [:display_name, :email_address] include Aws::Structure end |
#last_modified_timestamp ⇒ Time
The date the user profile was last modified, in timestamp format.
297 298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codestar/types.rb', line 297 class CreateUserProfileResult < Struct.new( :user_arn, :display_name, :email_address, :ssh_public_key, :created_timestamp, :last_modified_timestamp) SENSITIVE = [:display_name, :email_address] include Aws::Structure end |
#ssh_public_key ⇒ String
The SSH public key associated with the user in AWS CodeStar. This is the public portion of the public/private keypair the user can use to access project resources if a project owner allows the user remote access to those resources.
297 298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codestar/types.rb', line 297 class CreateUserProfileResult < Struct.new( :user_arn, :display_name, :email_address, :ssh_public_key, :created_timestamp, :last_modified_timestamp) SENSITIVE = [:display_name, :email_address] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user in IAM.
297 298 299 300 301 302 303 304 305 306 |
# File 'lib/aws-sdk-codestar/types.rb', line 297 class CreateUserProfileResult < Struct.new( :user_arn, :display_name, :email_address, :ssh_public_key, :created_timestamp, :last_modified_timestamp) SENSITIVE = [:display_name, :email_address] include Aws::Structure end |