Class: Aws::Types::UnlockSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


18695
18696
18697
# File 'sig/types.rbs', line 18695

def dry_run
  @dry_run
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


18694
18695
18696
# File 'sig/types.rbs', line 18694

def snapshot_id
  @snapshot_id
end