Class: Aws::Types::LockSnapshotResult

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)


13036
13037
13038
# File 'sig/types.rbs', line 13036

def cool_off_period
  @cool_off_period
end

#cool_off_period_expires_on::Time

Returns the value of attribute cool_off_period_expires_on.

Returns:

  • (::Time)


13037
13038
13039
# File 'sig/types.rbs', line 13037

def cool_off_period_expires_on
  @cool_off_period_expires_on
end

#lock_created_on::Time

Returns the value of attribute lock_created_on.

Returns:

  • (::Time)


13038
13039
13040
# File 'sig/types.rbs', line 13038

def lock_created_on
  @lock_created_on
end

#lock_duration::Integer

Returns the value of attribute lock_duration.

Returns:

  • (::Integer)


13035
13036
13037
# File 'sig/types.rbs', line 13035

def lock_duration
  @lock_duration
end

#lock_duration_start_time::Time

Returns the value of attribute lock_duration_start_time.

Returns:

  • (::Time)


13040
13041
13042
# File 'sig/types.rbs', line 13040

def lock_duration_start_time
  @lock_duration_start_time
end

#lock_expires_on::Time

Returns the value of attribute lock_expires_on.

Returns:

  • (::Time)


13039
13040
13041
# File 'sig/types.rbs', line 13039

def lock_expires_on
  @lock_expires_on
end

#lock_state"compliance", ...

Returns the value of attribute lock_state.

Returns:

  • ("compliance", "governance", "compliance-cooloff", "expired")


13034
13035
13036
# File 'sig/types.rbs', line 13034

def lock_state
  @lock_state
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


13033
13034
13035
# File 'sig/types.rbs', line 13033

def snapshot_id
  @snapshot_id
end