Class: Aws::Types::AuditCheckConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#configuration::Hash[("CERT_AGE_THRESHOLD_IN_DAYS" | "CERT_EXPIRATION_THRESHOLD_IN_DAYS"), ::String]

Returns the value of attribute configuration.

Returns:

  • (::Hash[("CERT_AGE_THRESHOLD_IN_DAYS" | "CERT_EXPIRATION_THRESHOLD_IN_DAYS"), ::String])


209
210
211
# File 'sig/types.rbs', line 209

def configuration
  @configuration
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


208
209
210
# File 'sig/types.rbs', line 208

def enabled
  @enabled
end