Class: Aws::Types::CreateSnapshotFromVolumeRecoveryPointOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotFromVolumeRecoveryPointOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#volume_arn ⇒ ::String
Returns the value of attribute volume_arn.
-
#volume_recovery_point_time ⇒ ::String
Returns the value of attribute volume_recovery_point_time.
Instance Attribute Details
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
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.
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.
324 325 326 |
# File 'sig/types.rbs', line 324 def volume_recovery_point_time @volume_recovery_point_time end |