Class: Aws::Types::LockSnapshotRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cool_off_period::Integer

Returns the value of attribute cool_off_period.

Returns:

  • (::Integer)


13624
13625
13626
# File 'sig/types.rbs', line 13624

def cool_off_period
  @cool_off_period
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13622
13623
13624
# File 'sig/types.rbs', line 13622

def dry_run
  @dry_run
end

#expiration_date::Time

Returns the value of attribute expiration_date.

Returns:

  • (::Time)


13626
13627
13628
# File 'sig/types.rbs', line 13626

def expiration_date
  @expiration_date
end

#lock_duration::Integer

Returns the value of attribute lock_duration.

Returns:

  • (::Integer)


13625
13626
13627
# File 'sig/types.rbs', line 13625

def lock_duration
  @lock_duration
end

#lock_mode"compliance", "governance"

Returns the value of attribute lock_mode.

Returns:

  • ("compliance", "governance")


13623
13624
13625
# File 'sig/types.rbs', line 13623

def lock_mode
  @lock_mode
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


13621
13622
13623
# File 'sig/types.rbs', line 13621

def snapshot_id
  @snapshot_id
end