SchemaFacet

public struct SchemaFacet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the facet.

    Declaration

    Swift

    public let facetName: String?
  • The ARN of the schema that contains the facet with no minor component. See arns and In-Place Schema Upgrade for a description of when to provide minor versions.

    Declaration

    Swift

    public let schemaArn: String?
  • Undocumented

    Declaration

    Swift

    public init(facetName: String? = nil, schemaArn: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws