Class: Aws::Types::CreateSnapshotFromVolumeRecoveryPointOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def snapshot_id
  @snapshot_id
end

#volume_arn::String

Returns the value of attribute volume_arn.

Returns:



323
324
325
# File 'sig/types.rbs', line 323

def volume_arn
  @volume_arn
end

#volume_recovery_point_time::String

Returns the value of attribute volume_recovery_point_time.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def volume_recovery_point_time
  @volume_recovery_point_time
end