DescribeNamespaceResponse class

Constructors

DescribeNamespaceResponse({NamespaceInfoV2? namespace, String? requestId, int? status})
DescribeNamespaceResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
namespace NamespaceInfoV2?
The information about the namespace that you're describing. The response includes the namespace ARN, name, AWS Region, creation status, and identity store. DescribeNamespace also works for namespaces that are in the process of being created. For incomplete namespaces, this API operation lists the namespace error types and messages associated with the creation process.
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