Class: Aws::FSx::Types::RestoreVolumeFromSnapshotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#administrative_actionsArray<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.

Returns:



7708
7709
7710
7711
7712
7713
7714
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7708

class RestoreVolumeFromSnapshotResponse < Struct.new(
  :volume_id,
  :lifecycle,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleString

The lifecycle state of the volume being restored.

Returns:

  • (String)


7708
7709
7710
7711
7712
7713
7714
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7708

class RestoreVolumeFromSnapshotResponse < Struct.new(
  :volume_id,
  :lifecycle,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume that you restored.

Returns:

  • (String)


7708
7709
7710
7711
7712
7713
7714
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7708

class RestoreVolumeFromSnapshotResponse < Struct.new(
  :volume_id,
  :lifecycle,
  :administrative_actions)
  SENSITIVE = []
  include Aws::Structure
end