Class: Aws::Types::CreateSchemaInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchemaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "OpenApi3"
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
80 81 82 |
# File 'sig/types.rbs', line 80 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
81 82 83 |
# File 'sig/types.rbs', line 81 def description @description end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
82 83 84 |
# File 'sig/types.rbs', line 82 def end |
#type ⇒ "OpenApi3"
Returns the value of attribute type.
83 84 85 |
# File 'sig/types.rbs', line 83 def type @type end |