Class: Aws::FSx::Types::DeleteStorageVirtualMachineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteStorageVirtualMachineResponse
- Defined in:
- gems/aws-sdk-fsx/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.
4642 4643 4644 4645 4646 4647 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4642 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.
4642 4643 4644 4645 4646 4647 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4642 class DeleteStorageVirtualMachineResponse < Struct.new( :storage_virtual_machine_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |