Class: Aws::QuickSight::Types::SignupResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A ‘SignupResponse` object that contains a summary of a newly created account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_nameString

The name of your Amazon QuickSight account.

Returns:

  • (String)


28398
28399
28400
28401
28402
28403
28404
28405
# File 'lib/aws-sdk-quicksight/types.rb', line 28398

class SignupResponse < Struct.new(
  :iam_user,
  :user_login_name,
  :account_name,
  :directory_type)
  SENSITIVE = []
  include Aws::Structure
end

#directory_typeString

The type of Active Directory that is being used to authenticate the Amazon QuickSight account. Valid values are ‘SIMPLE_AD`, `AD_CONNECTOR`, and `MICROSOFT_AD`.

Returns:

  • (String)


28398
28399
28400
28401
28402
28403
28404
28405
# File 'lib/aws-sdk-quicksight/types.rb', line 28398

class SignupResponse < Struct.new(
  :iam_user,
  :user_login_name,
  :account_name,
  :directory_type)
  SENSITIVE = []
  include Aws::Structure
end

#iam_userBoolean

A Boolean that is ‘TRUE` if the Amazon QuickSight uses IAM as an authentication method.

Returns:

  • (Boolean)


28398
28399
28400
28401
28402
28403
28404
28405
# File 'lib/aws-sdk-quicksight/types.rb', line 28398

class SignupResponse < Struct.new(
  :iam_user,
  :user_login_name,
  :account_name,
  :directory_type)
  SENSITIVE = []
  include Aws::Structure
end

#user_login_nameString

The user login name for your Amazon QuickSight account.

Returns:

  • (String)


28398
28399
28400
28401
28402
28403
28404
28405
# File 'lib/aws-sdk-quicksight/types.rb', line 28398

class SignupResponse < Struct.new(
  :iam_user,
  :user_login_name,
  :account_name,
  :directory_type)
  SENSITIVE = []
  include Aws::Structure
end