CreateNamespaceResponse

public struct CreateNamespaceResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the QuickSight namespace you created.

    Declaration

    Swift

    public let arn: 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.

    Declaration

    Swift

    public let capacityRegion: 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.

    Declaration

    Swift

    public let creationStatus: NamespaceStatus?
  • Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.

    Declaration

    Swift

    public let identityStore: IdentityStore?
  • The name of the new namespace that you created.

    Declaration

    Swift

    public let name: String?
  • The AWS request ID for this operation.

    Declaration

    Swift

    public let requestId: String?
  • The HTTP status of the request.

    Declaration

    Swift

    public let status: Int?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, capacityRegion: String? = nil, creationStatus: NamespaceStatus? = nil, identityStore: IdentityStore? = nil, name: String? = nil, requestId: String? = nil, status: Int? = nil)