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

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

#volumeTypes::Volume

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

Returns:



9773
9774
9775
9776
9777
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9773

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