Class: Aws::Types::ValidationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ValidationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ruleset_arn ⇒ ::String
Returns the value of attribute ruleset_arn.
-
#validation_mode ⇒ "CHECK_ALL"
Returns the value of attribute validation_mode.
Instance Attribute Details
#ruleset_arn ⇒ ::String
Returns the value of attribute ruleset_arn.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def ruleset_arn @ruleset_arn end |
#validation_mode ⇒ "CHECK_ALL"
Returns the value of attribute validation_mode.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def validation_mode @validation_mode end |