AttributeKeyAndValue
public struct AttributeKeyAndValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The key of the attribute.
Declaration
Swift
public let key: AttributeKey -
The value of the attribute.
Declaration
Swift
public let value: TypedAttributeValue -
Undocumented
Declaration
Swift
public init(key: AttributeKey, value: TypedAttributeValue) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
AttributeKeyAndValue Structure Reference