FacetAttribute
public struct FacetAttribute : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A facet attribute consists of either a definition or a reference. This structure contains the attribute definition. See Attribute References for more information.
Declaration
Swift
public let attributeDefinition: FacetAttributeDefinition?
-
An attribute reference that is associated with the attribute. See Attribute References for more information.
Declaration
Swift
public let attributeReference: FacetAttributeReference?
-
The name of the facet attribute.
Declaration
Swift
public let name: String
-
The required behavior of the FacetAttribute.
Declaration
Swift
public let requiredBehavior: RequiredAttributeBehavior?
-
Undocumented
Declaration
Swift
public init(attributeDefinition: FacetAttributeDefinition? = nil, attributeReference: FacetAttributeReference? = nil, name: String, requiredBehavior: RequiredAttributeBehavior? = nil)
-
Declaration
Swift
public func validate(name: String) throws