Class: Aws::Types::GetSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
-
#created_time ⇒ ::String
Returns the value of attribute created_time.
-
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#latest_schema_version ⇒ ::Integer
Returns the value of attribute latest_schema_version.
-
#next_schema_version ⇒ ::Integer
Returns the value of attribute next_schema_version.
-
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_checkpoint ⇒ ::Integer
Returns the value of attribute schema_checkpoint.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_status.
-
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
Instance Attribute Details
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
4009 4010 4011 |
# File 'sig/types.rbs', line 4009 def compatibility @compatibility end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
4014 4015 4016 |
# File 'sig/types.rbs', line 4014 def created_time @created_time end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
4008 4009 4010 |
# File 'sig/types.rbs', line 4008 def data_format @data_format end |
#description ⇒ ::String
Returns the value of attribute description.
4007 4008 4009 |
# File 'sig/types.rbs', line 4007 def description @description end |
#latest_schema_version ⇒ ::Integer
Returns the value of attribute latest_schema_version.
4011 4012 4013 |
# File 'sig/types.rbs', line 4011 def latest_schema_version @latest_schema_version end |
#next_schema_version ⇒ ::Integer
Returns the value of attribute next_schema_version.
4012 4013 4014 |
# File 'sig/types.rbs', line 4012 def next_schema_version @next_schema_version end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
4004 4005 4006 |
# File 'sig/types.rbs', line 4004 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
4003 4004 4005 |
# File 'sig/types.rbs', line 4003 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
4006 4007 4008 |
# File 'sig/types.rbs', line 4006 def schema_arn @schema_arn end |
#schema_checkpoint ⇒ ::Integer
Returns the value of attribute schema_checkpoint.
4010 4011 4012 |
# File 'sig/types.rbs', line 4010 def schema_checkpoint @schema_checkpoint end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
4005 4006 4007 |
# File 'sig/types.rbs', line 4005 def schema_name @schema_name end |
#schema_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_status.
4013 4014 4015 |
# File 'sig/types.rbs', line 4013 def schema_status @schema_status end |
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
4015 4016 4017 |
# File 'sig/types.rbs', line 4015 def updated_time @updated_time end |