Class: Aws::FSx::Types::UpdateVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateVolumeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume ⇒ Types::Volume
A description of the volume just updated.
Instance Attribute Details
#volume ⇒ Types::Volume
A description of the volume just updated. Returned after a successful ‘UpdateVolume` API operation.
9773 9774 9775 9776 9777 |
# File 'lib/aws-sdk-fsx/types.rb', line 9773 class UpdateVolumeResponse < Struct.new( :volume) SENSITIVE = [] include Aws::Structure end |