Class: Aws::FSx::Types::DeleteSnapshotResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycleString

The lifecycle status of the snapshot. If the ‘DeleteSnapshot` operation is successful, this status is `DELETING`.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
# File 'lib/aws-sdk-fsx/types.rb', line 4173

class DeleteSnapshotResponse < Struct.new(
  :snapshot_id,
  :lifecycle)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the deleted snapshot.

Returns:

  • (String)


4173
4174
4175
4176
4177
4178
# File 'lib/aws-sdk-fsx/types.rb', line 4173

class DeleteSnapshotResponse < Struct.new(
  :snapshot_id,
  :lifecycle)
  SENSITIVE = []
  include Aws::Structure
end