GetObjectAttributesRequest
public struct GetObjectAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
List of attribute names whose values will be retrieved.
Declaration
Swift
public let attributeNames: [String] -
The consistency level at which to retrieve the attributes on an object.
Declaration
Swift
public let consistencyLevel: ConsistencyLevel? -
The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.
Declaration
Swift
public let directoryArn: String -
Reference that identifies the object whose attributes will be retrieved.
Declaration
Swift
public let objectReference: ObjectReference -
Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.
Declaration
Swift
public let schemaFacet: SchemaFacet -
Undocumented
Declaration
Swift
public init(attributeNames: [String], consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, objectReference: ObjectReference, schemaFacet: SchemaFacet) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetObjectAttributesRequest Structure Reference