NamespaceSummary class
A complex type that contains information about a namespace.
Constructors
- NamespaceSummary({String? arn, DateTime? createDate, String? description, String? id, String? name, NamespaceProperties? properties, int? serviceCount, NamespaceType? type})
-
NamespaceSummary.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 and time that the namespace was created.
final
- description → String?
-
A description for the namespace.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the namespace.
final
- name → String?
-
The name of the namespace. When you create a namespace, AWS Cloud Map
automatically creates a Route 53 hosted zone that has the same name as the
namespace.
final
- properties → NamespaceProperties?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceCount → int?
-
The number of services that were created using the namespace.
final
- type → NamespaceType?
-
The type of the namespace, either public or private.
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