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

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

Returns:

  • (String)


1638
1639
1640
1641
1642
1643
1644
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1638

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.

Returns:

  • (String)


1638
1639
1640
1641
1642
1643
1644
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1638

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.

Returns:

  • (String)


1638
1639
1640
1641
1642
1643
1644
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1638

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