CreateNamespaceResponse class

Constructors

CreateNamespaceResponse({String? arn, String? capacityRegion, NamespaceStatus? creationStatus, IdentityStore? identityStore, String? name, String? requestId, int? status})
CreateNamespaceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the QuickSight namespace you created.
final
capacityRegion 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.
final
creationStatus NamespaceStatus?
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.
final
hashCode int
The hash code for this object.
no setterinherited
identityStore IdentityStore?
Specifies the type of your user identity directory. Currently, this supports users with an identity type of QUICKSIGHT.
final
name String?
The name of the new namespace that you created.
final
requestId String?
The AWS request ID for this operation.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int?
The HTTP status of the request.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited