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.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def compatibility @compatibility end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def data_format @data_format end |
#description ⇒ ::String
Returns the value of attribute description.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def description @description end |
#registry_id ⇒ Types::RegistryId
Returns the value of attribute registry_id.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def registry_id @registry_id end |
#schema_definition ⇒ ::String
Returns the value of attribute schema_definition.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def schema_definition @schema_definition end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def schema_name @schema_name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def @tags end |