Class: Aws::Types::StringSchemaConfig
- Inherits:
-
Object
- Object
- Aws::Types::StringSchemaConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
-
#required ⇒ Boolean
Returns the value of attribute required.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def comment @comment end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def default_value @default_value end |
#required ⇒ Boolean
Returns the value of attribute required.
3473 3474 3475 |
# File 'sig/types.rbs', line 3473 def required @required end |