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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


1702
1703
1704
1705
1706
1707
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1702

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)


1702
1703
1704
1705
1706
1707
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1702

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