Class: Aws::SecurityHub::Types::AwsSecretsManagerSecretRotationRules
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSecretsManagerSecretRotationRules
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Defines the rotation schedule for the secret.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#automatically_after_days ⇒ Integer
The number of days after the previous rotation to rotate the secret.
Instance Attribute Details
#automatically_after_days ⇒ Integer
The number of days after the previous rotation to rotate the secret.
19556 19557 19558 19559 19560 |
# File 'lib/aws-sdk-securityhub/types.rb', line 19556 class AwsSecretsManagerSecretRotationRules < Struct.new( :automatically_after_days) SENSITIVE = [] include Aws::Structure end |