Class: Aws::Types::PredefinedAttributeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PredefinedAttributeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_value_validation_on_association ⇒ Boolean
Returns the value of attribute enable_value_validation_on_association.
-
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
Instance Attribute Details
#enable_value_validation_on_association ⇒ Boolean
Returns the value of attribute enable_value_validation_on_association.
6357 6358 6359 |
# File 'sig/types.rbs', line 6357 def enable_value_validation_on_association @enable_value_validation_on_association end |
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
6358 6359 6360 |
# File 'sig/types.rbs', line 6358 def is_read_only @is_read_only end |