Class: Aws::FSx::Types::DeleteStorageVirtualMachineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteStorageVirtualMachineResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lifecycle ⇒ String
Describes the lifecycle state of the SVM being deleted.
-
#storage_virtual_machine_id ⇒ String
The ID of the SVM Amazon FSx is deleting.
Instance Attribute Details
#lifecycle ⇒ String
Describes the lifecycle state of the SVM being deleted.
4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-fsx/types.rb', line 4500 class DeleteStorageVirtualMachineResponse < Struct.new( :storage_virtual_machine_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |
#storage_virtual_machine_id ⇒ String
The ID of the SVM Amazon FSx is deleting.
4500 4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-fsx/types.rb', line 4500 class DeleteStorageVirtualMachineResponse < Struct.new( :storage_virtual_machine_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |