Class: Aws::FSx::Types::RestoreVolumeFromSnapshotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::RestoreVolumeFromSnapshotResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle ⇒ String
The lifecycle state of the volume being restored.
-
#volume_id ⇒ String
The ID of the volume that you restored.
Instance Attribute Details
#lifecycle ⇒ String
The lifecycle state of the volume being restored.
6810 6811 6812 6813 6814 6815 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6810 class RestoreVolumeFromSnapshotResponse < Struct.new( :volume_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume that you restored.
6810 6811 6812 6813 6814 6815 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6810 class RestoreVolumeFromSnapshotResponse < Struct.new( :volume_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |