Class: Aws::Types::AuditCheckConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AuditCheckConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::Hash[("CERT_AGE_THRESHOLD_IN_DAYS" | "CERT_EXPIRATION_THRESHOLD_IN_DAYS"), ::String]
Returns the value of attribute configuration.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#configuration ⇒ ::Hash[("CERT_AGE_THRESHOLD_IN_DAYS" | "CERT_EXPIRATION_THRESHOLD_IN_DAYS"), ::String]
Returns the value of attribute configuration.
209 210 211 |
# File 'sig/types.rbs', line 209 def configuration @configuration end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
208 209 210 |
# File 'sig/types.rbs', line 208 def enabled @enabled end |