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.
4028 4029 4030 |
# File 'sig/types.rbs', line 4028 def compatibility @compatibility end |
#created_time ⇒ ::String
Returns the value of attribute created_time.
4033 4034 4035 |
# File 'sig/types.rbs', line 4033 def created_time @created_time end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
4027 4028 4029 |
# File 'sig/types.rbs', line 4027 def data_format @data_format end |
#description ⇒ ::String
Returns the value of attribute description.
4026 4027 4028 |
# File 'sig/types.rbs', line 4026 def description @description end |
#latest_schema_version ⇒ ::Integer
Returns the value of attribute latest_schema_version.
4030 4031 4032 |
# File 'sig/types.rbs', line 4030 def latest_schema_version @latest_schema_version end |
#next_schema_version ⇒ ::Integer
Returns the value of attribute next_schema_version.
4031 4032 4033 |
# File 'sig/types.rbs', line 4031 def next_schema_version @next_schema_version end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
4023 4024 4025 |
# File 'sig/types.rbs', line 4023 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
4022 4023 4024 |
# File 'sig/types.rbs', line 4022 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
4025 4026 4027 |
# File 'sig/types.rbs', line 4025 def schema_arn @schema_arn end |
#schema_checkpoint ⇒ ::Integer
Returns the value of attribute schema_checkpoint.
4029 4030 4031 |
# File 'sig/types.rbs', line 4029 def schema_checkpoint @schema_checkpoint end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
4024 4025 4026 |
# File 'sig/types.rbs', line 4024 def schema_name @schema_name end |
#schema_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_status.
4032 4033 4034 |
# File 'sig/types.rbs', line 4032 def schema_status @schema_status end |
#updated_time ⇒ ::String
Returns the value of attribute updated_time.
4034 4035 4036 |
# File 'sig/types.rbs', line 4034 def updated_time @updated_time end |