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)


13307
13308
13309
# File 'sig/types.rbs', line 13307

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)


13308
13309
13310
# File 'sig/types.rbs', line 13308

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)


13309
13310
13311
# File 'sig/types.rbs', line 13309

def lock_created_on
  @lock_created_on
end

#lock_duration::Integer

Returns the value of attribute lock_duration.

Returns:

  • (::Integer)


13306
13307
13308
# File 'sig/types.rbs', line 13306

def lock_duration
  @lock_duration
end

#lock_duration_start_time::Time

Returns the value of attribute lock_duration_start_time.

Returns:

  • (::Time)


13311
13312
13313
# File 'sig/types.rbs', line 13311

def lock_duration_start_time
  @lock_duration_start_time
end

#lock_expires_on::Time

Returns the value of attribute lock_expires_on.

Returns:

  • (::Time)


13310
13311
13312
# File 'sig/types.rbs', line 13310

def lock_expires_on
  @lock_expires_on
end

#lock_state"compliance", ...

Returns the value of attribute lock_state.

Returns:

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


13305
13306
13307
# File 'sig/types.rbs', line 13305

def lock_state
  @lock_state
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


13304
13305
13306
# File 'sig/types.rbs', line 13304

def snapshot_id
  @snapshot_id
end