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.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def compatibility @compatibility end |
#data_format ⇒ "AVRO", ...
Returns the value of attribute data_format.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def data_format @data_format end |
#description ⇒ ::String
Returns the value of attribute description.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def description @description end |
#latest_schema_version ⇒ ::Integer
Returns the value of attribute latest_schema_version.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def latest_schema_version @latest_schema_version end |
#next_schema_version ⇒ ::Integer
Returns the value of attribute next_schema_version.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def next_schema_version @next_schema_version end |
#registry_arn ⇒ ::String
Returns the value of attribute registry_arn.
1723 1724 1725 |
# File 'sig/types.rbs', line 1723 def registry_arn @registry_arn end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
1722 1723 1724 |
# File 'sig/types.rbs', line 1722 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1725 1726 1727 |
# File 'sig/types.rbs', line 1725 def schema_arn @schema_arn end |
#schema_checkpoint ⇒ ::Integer
Returns the value of attribute schema_checkpoint.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def schema_checkpoint @schema_checkpoint end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
1724 1725 1726 |
# File 'sig/types.rbs', line 1724 def schema_name @schema_name end |
#schema_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_status.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def schema_status @schema_status end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def schema_version_id @schema_version_id end |
#schema_version_status ⇒ "AVAILABLE", ...
Returns the value of attribute schema_version_status.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def schema_version_status @schema_version_status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def @tags end |