Class: Aws::Types::JsonSchemaDefinition
- Inherits:
-
Object
- Object
- Aws::Types::JsonSchemaDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def schema @schema end |