Class: Aws::Types::UpdateSchemaInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchemaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
-
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
Instance Attribute Details
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
8165 8166 8167 |
# File 'sig/types.rbs', line 8165 def compatibility @compatibility end |
#description ⇒ ::String
Returns the value of attribute description.
8166 8167 8168 |
# File 'sig/types.rbs', line 8166 def description @description end |
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
8163 8164 8165 |
# File 'sig/types.rbs', line 8163 def schema_id @schema_id end |
#schema_version_number ⇒ Types::SchemaVersionNumber
Returns the value of attribute schema_version_number.
8164 8165 8166 |
# File 'sig/types.rbs', line 8164 def schema_version_number @schema_version_number end |