AwsCloudMapInstanceAttribute
public struct AwsCloudMapInstanceAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance that contains the specified key and value is returned.
Declaration
Swift
public let key: String
-
The value of an AWS Cloud Map service instance attribute key. Any AWS Cloud Map service instance that contains the specified key and value is returned.
Declaration
Swift
public let value: String
-
Undocumented
Declaration
Swift
public init(key: String, value: String)
-
Declaration
Swift
public func validate(name: String) throws