Facet

public struct Facet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

    Declaration

    Swift

    public let facetStyle: FacetStyle?
  • The name of the Facet.

    Declaration

    Swift

    public let name: String?
  • The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

    Declaration

    Swift

    public let objectType: ObjectType?
  • Undocumented

    Declaration

    Swift

    public init(facetStyle: FacetStyle? = nil, name: String? = nil, objectType: ObjectType? = nil)