Class: Aws::FSx::Types::CreateVolumeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateVolumeResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume ⇒ Types::Volume
Returned after a successful
CreateVolume
API operation, describing the volume just created.
Instance Attribute Details
#volume ⇒ Types::Volume
Returned after a successful CreateVolume
API operation, describing
the volume just created.
3551 3552 3553 3554 3555 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3551 class CreateVolumeResponse < Struct.new( :volume) SENSITIVE = [] include Aws::Structure end |