Class: Aws::Types::ConditionalRule

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#conditional_validationTypes::ConditionalValidation

Returns the value of attribute conditional_validation.



99
100
101
# File 'sig/types.rbs', line 99

def conditional_validation
  @conditional_validation
end

#conditions::Array[Types::FieldCondition]

Returns the value of attribute conditions.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def conditions
  @conditions
end

#rule_behavior::String

Returns the value of attribute rule_behavior.

Returns:

  • (::String)


98
99
100
# File 'sig/types.rbs', line 98

def rule_behavior
  @rule_behavior
end