Class: Aws::Types::AwsSecretsManagerSecretDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsSecretsManagerSecretDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deleted ⇒ Boolean
Returns the value of attribute deleted.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#rotation_enabled ⇒ Boolean
Returns the value of attribute rotation_enabled.
-
#rotation_lambda_arn ⇒ ::String
Returns the value of attribute rotation_lambda_arn.
-
#rotation_occurred_within_frequency ⇒ Boolean
Returns the value of attribute rotation_occurred_within_frequency.
-
#rotation_rules ⇒ Types::AwsSecretsManagerSecretRotationRules
Returns the value of attribute rotation_rules.
Instance Attribute Details
#deleted ⇒ Boolean
Returns the value of attribute deleted.
4185 4186 4187 |
# File 'sig/types.rbs', line 4185 def deleted @deleted end |
#description ⇒ ::String
Returns the value of attribute description.
4187 4188 4189 |
# File 'sig/types.rbs', line 4187 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4182 4183 4184 |
# File 'sig/types.rbs', line 4182 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
4186 4187 4188 |
# File 'sig/types.rbs', line 4186 def name @name end |
#rotation_enabled ⇒ Boolean
Returns the value of attribute rotation_enabled.
4183 4184 4185 |
# File 'sig/types.rbs', line 4183 def rotation_enabled @rotation_enabled end |
#rotation_lambda_arn ⇒ ::String
Returns the value of attribute rotation_lambda_arn.
4184 4185 4186 |
# File 'sig/types.rbs', line 4184 def rotation_lambda_arn @rotation_lambda_arn end |
#rotation_occurred_within_frequency ⇒ Boolean
Returns the value of attribute rotation_occurred_within_frequency.
4181 4182 4183 |
# File 'sig/types.rbs', line 4181 def rotation_occurred_within_frequency @rotation_occurred_within_frequency end |
#rotation_rules ⇒ Types::AwsSecretsManagerSecretRotationRules
Returns the value of attribute rotation_rules.
4180 4181 4182 |
# File 'sig/types.rbs', line 4180 def rotation_rules @rotation_rules end |