SignupResponse

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of your Amazon QuickSight account.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

The user login name for your Amazon QuickSight account.

Functions

Link copied to clipboard
inline fun copy(block: SignupResponse.Builder.() -> Unit = {}): SignupResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String