BatchGetObjectAttributes
public struct BatchGetObjectAttributes : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List of attribute names whose values will be retrieved.
Declaration
Swift
public let attributeNames: [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], objectReference: ObjectReference, schemaFacet: SchemaFacet)
-
Declaration
Swift
public func validate(name: String) throws