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

#arn ⇒ String

The ARN of the QuickSight namespace you created.

Returns:

  • (String) —

    The ARN of the QuickSight namespace you created.

#capacity_region ⇒ String

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_status ⇒ String

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_store ⇒ String

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.

#name ⇒ String

The name of the new namespace that you created.

Returns:

  • (String) —

    The name of the new namespace that you created.

#request_id ⇒ String

The AWS request ID for this operation.

Returns:

  • (String) —

    The AWS request ID for this operation.

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer) —

    The HTTP status of the request.