Class: Aws::AppStream::Types::UserStackAssociation

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 and the associated stack.

Constant Summary collapse

SENSITIVE =
[:user_name]

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_typeString

The authentication type for the user.

Returns:

  • (String)


5972
5973
5974
5975
5976
5977
5978
5979
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5972

class UserStackAssociation < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :send_email_notification)
  SENSITIVE = [:user_name]
  include Aws::Structure
end

#send_email_notificationBoolean

Specifies whether a welcome email is sent to a user after the user is created in the user pool.

Returns:

  • (Boolean)


5972
5973
5974
5975
5976
5977
5978
5979
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5972

class UserStackAssociation < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :send_email_notification)
  SENSITIVE = [:user_name]
  include Aws::Structure
end

#stack_nameString

The name of the stack that is associated with the user.

Returns:

  • (String)


5972
5973
5974
5975
5976
5977
5978
5979
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5972

class UserStackAssociation < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :send_email_notification)
  SENSITIVE = [:user_name]
  include Aws::Structure
end

#user_nameString

The email address of the user who is associated with the stack.

Users' email addresses are case-sensitive.

Returns:

  • (String)


5972
5973
5974
5975
5976
5977
5978
5979
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5972

class UserStackAssociation < Struct.new(
  :stack_name,
  :user_name,
  :authentication_type,
  :send_email_notification)
  SENSITIVE = [:user_name]
  include Aws::Structure
end