BatchGetObjectInformationResponse
public struct BatchGetObjectInformationResponse : 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.
Declaration
Swift
public let schemaFacets: [SchemaFacet]?
-
Undocumented
Declaration
Swift
public init(objectIdentifier: String? = nil, schemaFacets: [SchemaFacet]? = nil)