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)


13628
13629
13630
# File 'sig/types.rbs', line 13628

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)


13629
13630
13631
# File 'sig/types.rbs', line 13629

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)


13630
13631
13632
# File 'sig/types.rbs', line 13630

def lock_created_on
  @lock_created_on
end

#lock_duration::Integer

Returns the value of attribute lock_duration.

Returns:

  • (::Integer)


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

def lock_duration
  @lock_duration
end

#lock_duration_start_time::Time

Returns the value of attribute lock_duration_start_time.

Returns:

  • (::Time)


13632
13633
13634
# File 'sig/types.rbs', line 13632

def lock_duration_start_time
  @lock_duration_start_time
end

#lock_expires_on::Time

Returns the value of attribute lock_expires_on.

Returns:

  • (::Time)


13631
13632
13633
# File 'sig/types.rbs', line 13631

def lock_expires_on
  @lock_expires_on
end

#lock_state"compliance", ...

Returns the value of attribute lock_state.

Returns:

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


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

def lock_state
  @lock_state
end

#snapshot_id::String

Returns the value of attribute snapshot_id.

Returns:

  • (::String)


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

def snapshot_id
  @snapshot_id
end