Class: Aws::SecurityHub::Types::AwsSecretsManagerSecretRotationRules
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsSecretsManagerSecretRotationRules
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsSecretsManagerSecretRotationRules data as a hash:
{
automatically_after_days: 1,
}
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.
19319 19320 19321 19322 19323 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 19319 class AwsSecretsManagerSecretRotationRules < Struct.new( :automatically_after_days) SENSITIVE = [] include Aws::Structure end |