Class: Aws::AppStream::Types::User

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes a user in the user pool.

Constant Summary collapse

SENSITIVE =
[:user_name, :first_name, :last_name]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the user.

Returns:

  • (String)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end

#authentication_typeString

The authentication type for the user.

Returns:

  • (String)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end

#created_timeTime

The date and time the user was created in the user pool.

Returns:

  • (Time)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end

#enabledBoolean

Specifies whether the user in the user pool is enabled.

Returns:

  • (Boolean)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end

#first_nameString

The first name, or given name, of the user.

Returns:

  • (String)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end

#last_nameString

The last name, or surname, of the user.

Returns:

  • (String)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end

#statusString

The status of the user in the user pool. The status can be one of the following:

  • UNCONFIRMED – The user is created but not confirmed.

  • CONFIRMED – The user is confirmed.

  • ARCHIVED – The user is no longer active.

  • COMPROMISED – The user is disabled because of a potential security threat.

  • UNKNOWN – The user status is not known.

Returns:

  • (String)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end

#user_nameString

The email address of the user.

Users' email addresses are case-sensitive.

Returns:

  • (String)


5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5597

class User < Struct.new(
  :arn,
  :user_name,
  :enabled,
  :status,
  :first_name,
  :last_name,
  :created_time,
  :authentication_type)
  SENSITIVE = [:user_name, :first_name, :last_name]
  include Aws::Structure
end