Method: Aws::SecurityHub::Types::AwsBackupRecoveryPointCalculatedLifecycleDetails#delete_at
- Defined in:
- lib/aws-sdk-securityhub/types.rb
#delete_at ⇒ String
Specifies the number of days after creation that a recovery point is deleted. Must be greater than 90 days plus MoveToColdStorageAfterDays.
3500 3501 3502 3503 3504 3505 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3500 class AwsBackupRecoveryPointCalculatedLifecycleDetails < Struct.new( :delete_at, :move_to_cold_storage_at) SENSITIVE = [] include Aws::Structure end |