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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


4595
4596
4597
4598
4599
4600
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4595

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

#snapshot_idString

The ID of the deleted snapshot.

Returns:

  • (String)


4595
4596
4597
4598
4599
4600
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4595

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