ObjectAttributeRange
public struct ObjectAttributeRange : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The key of the attribute that the attribute range covers.
Declaration
Swift
public let attributeKey: AttributeKey? -
The range of attribute values being selected.
Declaration
Swift
public let range: TypedAttributeValueRange? -
Undocumented
Declaration
Swift
public init(attributeKey: AttributeKey? = nil, range: TypedAttributeValueRange? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ObjectAttributeRange Structure Reference