Class: Aws::StorageGateway::Types::CreateSnapshotFromVolumeRecoveryPointOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_idString

The ID of the snapshot.



1882
1883
1884
1885
1886
1887
1888
# File 'lib/aws-sdk-storagegateway/types.rb', line 1882

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

#volume_arnString

The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.



1882
1883
1884
1885
1886
1887
1888
# File 'lib/aws-sdk-storagegateway/types.rb', line 1882

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

#volume_recovery_point_timeString

The time the volume was created from the recovery point.



1882
1883
1884
1885
1886
1887
1888
# File 'lib/aws-sdk-storagegateway/types.rb', line 1882

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