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)


5675
5676
5677
5678
5679
5680
5681
5682
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5675

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)


5675
5676
5677
5678
5679
5680
5681
5682
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5675

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)


5675
5676
5677
5678
5679
5680
5681
5682
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5675

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)


5675
5676
5677
5678
5679
5680
5681
5682
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5675

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