You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::CreateNamespaceResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the QuickSight namespace you created.

Returns:

  • (String)

    The ARN of the QuickSight namespace you created.

#capacity_regionString

The AWS Region that you want to use for the free SPICE capacity for the new namespace. This is set to the region that you run CreateNamespace in.

Returns:

  • (String)

    The AWS Region that you want to use for the free SPICE capacity for the new namespace.

#creation_statusString

The status of the creation of the namespace. This is an asynchronous process. A status of CREATED means that your namespace is ready to use. If an error occurs, it indicates if the process is retryable or non-retryable. In the case of a non-retryable error, refer to the error message for follow-up tasks.

Possible values:

  • CREATED
  • CREATING
  • DELETING
  • RETRYABLE_FAILURE
  • NON_RETRYABLE_FAILURE

Returns:

  • (String)

    The status of the creation of the namespace.

#identity_storeString

Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

Possible values:

  • QUICKSIGHT

Returns:

  • (String)

    Specifies the type of your user identity directory.

#nameString

The name of the new namespace that you created.

Returns:

  • (String)

    The name of the new namespace that you created.

#request_idString

The AWS request ID for this operation.

Returns:

  • (String)

    The AWS request ID for this operation.

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)

    The HTTP status of the request.