AttributeKey
public struct AttributeKey : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the facet that the attribute exists within.
Declaration
Swift
public let facetName: String
-
The name of the attribute.
Declaration
Swift
public let name: String
-
The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
Declaration
Swift
public let schemaArn: String
-
Undocumented
Declaration
Swift
public init(facetName: String, name: String, schemaArn: String)
-
Declaration
Swift
public func validate(name: String) throws