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.
10088 10089 10090 10091 10092 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 10088 class UpdateVolumeResponse < Struct.new( :volume) SENSITIVE = [] include Aws::Structure end |