Class: Aws::SecurityHub::Types::AwsSecretsManagerSecretRotationRules

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

Defines the rotation schedule for the secret.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#automatically_after_daysInteger

The number of days after the previous rotation to rotate the secret.

Returns:

  • (Integer)


19546
19547
19548
19549
19550
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19546

class AwsSecretsManagerSecretRotationRules < Struct.new(
  :automatically_after_days)
  SENSITIVE = []
  include Aws::Structure
end