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.
6093 6094 6095 |
# File 'sig/types.rbs', line 6093 def enable_value_validation_on_association @enable_value_validation_on_association end |
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
6094 6095 6096 |
# File 'sig/types.rbs', line 6094 def is_read_only @is_read_only end |