MeshRef class
An object that represents a service mesh returned by a list operation.
Constructors
Properties
- arn → String
-
The full Amazon Resource Name (ARN) of the service mesh.
final
- createdAt → DateTime
-
The Unix epoch timestamp in seconds for when the resource was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedAt → DateTime
-
The Unix epoch timestamp in seconds for when the resource was last updated.
final
- meshName → String
-
The name of the service mesh.
final
- meshOwner → String
-
The AWS IAM account ID of the service mesh owner. If the account ID is not
your own, then it's the ID of the account that shared the mesh with your
account. For more information about mesh sharing, see Working
with shared meshes.
final
- resourceOwner → String
-
The AWS IAM account ID of the resource owner. If the account ID is not your
own, then it's the ID of the mesh owner or of another account that the mesh
is shared with. For more information about mesh sharing, see Working
with shared meshes.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → int
-
The version of the resource. Resources are created at version 1, and this
version is incremented each time that they're updated.
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