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.
6252 6253 6254 |
# File 'sig/types.rbs', line 6252 def enable_value_validation_on_association @enable_value_validation_on_association end |
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
6253 6254 6255 |
# File 'sig/types.rbs', line 6253 def is_read_only @is_read_only end |