Class: Aws::Types::CreateSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchemaRequest
- 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.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#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.
88 89 90 |
# File 'sig/types.rbs', line 88 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
89 90 91 |
# File 'sig/types.rbs', line 89 def description @description end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
90 91 92 |
# File 'sig/types.rbs', line 90 def registry_name @registry_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
91 92 93 |
# File 'sig/types.rbs', line 91 def schema_name @schema_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
92 93 94 |
# File 'sig/types.rbs', line 92 def end |
#type ⇒ "OpenApi3"
Returns the value of attribute type.
93 94 95 |
# File 'sig/types.rbs', line 93 def type @type end |