ListObjectAttributesRequest

public struct ListObjectAttributesRequest : AWSShape
extension CloudDirectory.ListObjectAttributesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

    Declaration

    Swift

    public let consistencyLevel: ConsistencyLevel?
  • The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

    Declaration

    Swift

    public let directoryArn: String
  • Used to filter the list of object attributes that are associated with a certain facet.

    Declaration

    Swift

    public let facetFilter: SchemaFacet?
  • The maximum number of items to be retrieved in a single call. This is an approximate number.

    Declaration

    Swift

    public let maxResults: Int?
  • The pagination token.

    Declaration

    Swift

    public let nextToken: String?
  • The reference that identifies the object whose attributes will be listed.

    Declaration

    Swift

    public let objectReference: ObjectReference
  • Undocumented

    Declaration

    Swift

    public init(consistencyLevel: ConsistencyLevel? = nil, directoryArn: String, facetFilter: SchemaFacet? = nil, maxResults: Int? = nil, nextToken: String? = nil, objectReference: ObjectReference)
  • Declaration

    Swift

    public func validate(name: String) throws