Namespace class

A complex type that contains information about a specified namespace.

Constructors

Namespace({String? arn, DateTime? createDate, String? creatorRequestId, String? description, String? id, String? name, NamespaceProperties? properties, int? serviceCount, NamespaceType? type})
Namespace.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) that AWS Cloud Map assigns to the namespace when you create it.
final
createDate DateTime?
The date that the namespace was created, in Unix date/time format and Coordinated Universal Time (UTC). The value of CreateDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
final
creatorRequestId String?
A unique string that identifies the request and that allows failed requests to be retried without the risk of executing an operation twice.
final
description String?
The description that you specify for the namespace when you create it.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The ID of a namespace.
final
name String?
The name of the namespace, such as example.com.
final
properties NamespaceProperties?
A complex type that contains information that's specific to the type of the namespace.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceCount int?
The number of services that are associated with the namespace.
final
type NamespaceType?
The type of the namespace. The methods for discovering instances depends on the value that you specify:
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