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.
4012 4013 4014 |
# File 'sig/types.rbs', line 4012 def created_time @created_time end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
4010 4011 4012 |
# File 'sig/types.rbs', line 4010 def data_format @data_format end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
4009 4010 4011 |
# File 'sig/types.rbs', line 4009 def schema_arn @schema_arn end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
4008 4009 4010 |
# File 'sig/types.rbs', line 4008 def schema_version_id @schema_version_id end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
4011 4012 4013 |
# File 'sig/types.rbs', line 4011 def status @status end |