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.
6247 6248 6249 |
# File 'sig/types.rbs', line 6247 def enable_value_validation_on_association @enable_value_validation_on_association end |
#is_read_only ⇒ Boolean
Returns the value of attribute is_read_only.
6248 6249 6250 |
# File 'sig/types.rbs', line 6248 def is_read_only @is_read_only end |