GetObjectInformationResponse

public struct GetObjectInformationResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ObjectIdentifier of the specified object.

    Declaration

    Swift

    public let objectIdentifier: String?
  • The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.

    Declaration

    Swift

    public let schemaFacets: [SchemaFacet]?
  • Undocumented

    Declaration

    Swift

    public init(objectIdentifier: String? = nil, schemaFacets: [SchemaFacet]? = nil)