You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::CreateSnapshotOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A JSON object containing the following fields:

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).

Returns:

  • (String)

    The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).

#volume_arnString

The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.