GetObjectInformationRequest
public struct GetObjectInformationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The consistency level at which to retrieve the object information.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel? -
The ARN of the directory being retrieved.
Declaration
Swift
public let directoryArn: String -
A reference to the object.
Declaration
Swift
public let objectReference: ObjectReference -
Undocumented
Declaration
Swift
public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, objectReference: ObjectReference)
View on GitHub
GetObjectInformationRequest Structure Reference