Class: Aws::Types::DeleteSnapshotResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle"PENDING", ...

Returns the value of attribute lifecycle.

Returns:

  • ("PENDING", "CREATING", "DELETING", "AVAILABLE")


740
741
742
# File 'sig/types.rbs', line 740

def lifecycle
  @lifecycle
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def snapshot_id
  @snapshot_id
end