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
-
#administrative_actions ⇒ Array<Types::AdministrativeAction>
A list of administrative actions for the file system that are in process or waiting to be processed.
-
#lifecycle ⇒ String
The lifecycle state of the volume being restored.
-
#volume_id ⇒ String
The ID of the volume that you restored.
Instance Attribute Details
#administrative_actions ⇒ Array<Types::AdministrativeAction>
A list of administrative actions for the file system that are in process or waiting to be processed. Administrative actions describe changes to the Amazon FSx system.
7637 7638 7639 7640 7641 7642 7643 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7637 class RestoreVolumeFromSnapshotResponse < Struct.new( :volume_id, :lifecycle, :administrative_actions) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ String
The lifecycle state of the volume being restored.
7637 7638 7639 7640 7641 7642 7643 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7637 class RestoreVolumeFromSnapshotResponse < Struct.new( :volume_id, :lifecycle, :administrative_actions) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume that you restored.
7637 7638 7639 7640 7641 7642 7643 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7637 class RestoreVolumeFromSnapshotResponse < Struct.new( :volume_id, :lifecycle, :administrative_actions) SENSITIVE = [] include Aws::Structure end |