Class: Aws::FSx::Types::UpdateVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateVolumeResponse
- Defined in:
- gems/aws-sdk-fsx/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.
10008 10009 10010 10011 10012 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 10008 class UpdateVolumeResponse < Struct.new( :volume) SENSITIVE = [] include Aws::Structure end |