Class: Aws::Types::CreateSchemaInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchemaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
-
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#registry_id ⇒ Types::RegistryId
Returns the value of attribute registry_id.
-
#schema_definition ⇒ ::String
Returns the value of attribute schema_definition.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def compatibility @compatibility end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def data_format @data_format end |
#description ⇒ ::String
Returns the value of attribute description.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def description @description end |
#registry_id ⇒ Types::RegistryId
Returns the value of attribute registry_id.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def registry_id @registry_id end |
#schema_definition ⇒ ::String
Returns the value of attribute schema_definition.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def schema_definition @schema_definition end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def schema_name @schema_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def @tags end |