Class: Aws::Types::GetSchemaByDefinitionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaByDefinitionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
Instance Attribute Details
#created_time ⇒ ::String
Returns the value of attribute created_time.
3993 3994 3995 |
# File 'sig/types.rbs', line 3993 def created_time @created_time end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
3991 3992 3993 |
# File 'sig/types.rbs', line 3991 def data_format @data_format end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
3990 3991 3992 |
# File 'sig/types.rbs', line 3990 def schema_arn @schema_arn end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
3989 3990 3991 |
# File 'sig/types.rbs', line 3989 def schema_version_id @schema_version_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
3992 3993 3994 |
# File 'sig/types.rbs', line 3992 def status @status end |