FacetAttributeReference

public struct FacetAttributeReference : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The target attribute name that is associated with the facet reference. See Attribute References for more information.

    Declaration

    Swift

    public let targetAttributeName: String
  • The target facet name that is associated with the facet reference. See Attribute References for more information.

    Declaration

    Swift

    public let targetFacetName: String
  • Undocumented

    Declaration

    Swift

    public init(targetAttributeName: String, targetFacetName: String)
  • Declaration

    Swift

    public func validate(name: String) throws