Class: Aws::FSx::Types::UpdateVolumeResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volumeTypes::Volume

A description of the volume just updated. Returned after a successful ‘UpdateVolume` API operation.

Returns:



9936
9937
9938
9939
9940
# File 'lib/aws-sdk-fsx/types.rb', line 9936

class UpdateVolumeResponse < Struct.new(
  :volume)
  SENSITIVE = []
  include Aws::Structure
end