Class: Aws::Types::GetSchemaByDefinitionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaByDefinitionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema_definition ⇒ ::String
Returns the value of attribute schema_definition.
-
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
Instance Attribute Details
#schema_definition ⇒ ::String
Returns the value of attribute schema_definition.
3984 3985 3986 |
# File 'sig/types.rbs', line 3984 def schema_definition @schema_definition end |
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
3983 3984 3985 |
# File 'sig/types.rbs', line 3983 def schema_id @schema_id end |