- Navigation Guide
@aws-sdk/client-ec2
CopySnapshotCommandOutput Interface
The output of CopySnapshotCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
SnapshotId | string | undefined | The ID of the new snapshot. |
Tags | Tag[] | undefined | Any tags applied to the new snapshot. |
Full Signature
export interface CopySnapshotCommandOutput extends CopySnapshotResult, MetadataBearer