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)


4487
4488
4489
4490
4491
4492
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4487

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

#snapshot_idString

The ID of the deleted snapshot.

Returns:

  • (String)


4487
4488
4489
4490
4491
4492
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4487

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