ResourceMetadata
public struct ResourceMetadata : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the resource.
Declaration
Swift
public let id: String?
-
The name of the resource.
Declaration
Swift
public let name: String?
-
The original name of the resource before a rename operation.
Declaration
Swift
public let originalName: String?
-
The owner of the resource.
Declaration
Swift
public let owner: UserMetadata?
-
The parent ID of the resource before a rename operation.
Declaration
Swift
public let parentId: String?
-
The type of resource.
Declaration
Swift
public let type: ResourceType?
-
The version ID of the resource. This is an optional field and is filled for action on document version.
Declaration
Swift
public let versionId: String?
-
Undocumented
Declaration
Swift
public init(id: String? = nil, name: String? = nil, originalName: String? = nil, owner: UserMetadata? = nil, parentId: String? = nil, type: ResourceType? = nil, versionId: String? = nil)