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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

A JSON object containing the following fields:

Constant Summary collapse

SENSITIVE =
[]

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)


1695
1696
1697
1698
1699
1700
# File 'lib/aws-sdk-storagegateway/types.rb', line 1695

class CreateSnapshotOutput < Struct.new(
  :volume_arn,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end

#volume_arnString

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

Returns:

  • (String)


1695
1696
1697
1698
1699
1700
# File 'lib/aws-sdk-storagegateway/types.rb', line 1695

class CreateSnapshotOutput < Struct.new(
  :volume_arn,
  :snapshot_id)
  SENSITIVE = []
  include Aws::Structure
end