MeshData
public struct MeshData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the service mesh.
Declaration
Swift
public let meshName: String
-
The associated metadata for the service mesh.
Declaration
Swift
public let metadata: ResourceMetadata
-
The associated specification for the service mesh.
Declaration
Swift
public let spec: MeshSpec
-
The status of the service mesh.
Declaration
Swift
public let status: MeshStatus
-
Undocumented
Declaration
Swift
public init(meshName: String, metadata: ResourceMetadata, spec: MeshSpec, status: MeshStatus)