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.
3953 3954 3955 3956 3957 3958 |
# File 'lib/aws-sdk-fsx/types.rb', line 3953 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.
3953 3954 3955 3956 3957 3958 |
# File 'lib/aws-sdk-fsx/types.rb', line 3953 class DeleteStorageVirtualMachineResponse < Struct.new( :storage_virtual_machine_id, :lifecycle) SENSITIVE = [] include Aws::Structure end |