CopySnapshotResult
public struct CopySnapshotResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the new snapshot.
Declaration
Swift
public let snapshotId: String? -
Any tags applied to the new snapshot.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(snapshotId: String? = nil, tags: [Tag]? = nil)
View on GitHub
CopySnapshotResult Structure Reference