Class: Aws::Types::CreateSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
-
#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.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#schema_version_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_version_status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#compatibility ⇒ "NONE", ...
Returns the value of attribute compatibility.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def compatibility @compatibility end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def data_format @data_format end |
#description ⇒ ::String
Returns the value of attribute description.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def description @description end |
#latest_schema_version ⇒ ::Integer
Returns the value of attribute latest_schema_version.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def latest_schema_version @latest_schema_version end |
#next_schema_version ⇒ ::Integer
Returns the value of attribute next_schema_version.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def next_schema_version @next_schema_version end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def schema_arn @schema_arn end |
#schema_checkpoint ⇒ ::Integer
Returns the value of attribute schema_checkpoint.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def schema_checkpoint @schema_checkpoint end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def schema_name @schema_name end |
#schema_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_status.
1736 1737 1738 |
# File 'sig/types.rbs', line 1736 def schema_status @schema_status end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def schema_version_id @schema_version_id end |
#schema_version_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_version_status.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def schema_version_status @schema_version_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def @tags end |