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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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_name ⇒ String

The name of your Quick Sight account.

Returns:

  • (String)


42255
42256
42257
42258
42259
42260
42261
42262
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42255

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

#directory_type ⇒ String

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

Returns:

  • (String)


42255
42256
42257
42258
42259
42260
42261
42262
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42255

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

#iam_user ⇒ Boolean

A Boolean that is TRUE if the Amazon Quick Sight uses IAM as an authentication method.

Returns:

  • (Boolean)


42255
42256
42257
42258
42259
42260
42261
42262
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42255

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

#user_login_name ⇒ String

The user login name for your Amazon Quick Sight account.

Returns:

  • (String)


42255
42256
42257
42258
42259
42260
42261
42262
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42255

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