Class: Aws::Types::ValidationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ruleset_arn ⇒ ::String

Returns the value of attribute ruleset_arn.

Returns:

  • (::String)


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.

Returns:

  • ("CHECK_ALL")


1072
1073
1074
# File 'sig/types.rbs', line 1072

def validation_mode
  @validation_mode
end