Class: Aws::Types::PutSchemaVersionMetadataResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutSchemaVersionMetadataResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#latest_version ⇒ Boolean
Returns the value of attribute latest_version.
-
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
-
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#latest_version ⇒ Boolean
Returns the value of attribute latest_version.
6126 6127 6128 |
# File 'sig/types.rbs', line 6126 def latest_version @latest_version end |
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
6129 6130 6131 |
# File 'sig/types.rbs', line 6129 def @metadata_key end |
#metadata_value ⇒ ::String
Returns the value of attribute metadata_value.
6130 6131 6132 |
# File 'sig/types.rbs', line 6130 def @metadata_value end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
6125 6126 6127 |
# File 'sig/types.rbs', line 6125 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
6123 6124 6125 |
# File 'sig/types.rbs', line 6123 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
6124 6125 6126 |
# File 'sig/types.rbs', line 6124 def schema_name @schema_name end |
#schema_version_id ⇒ ::String
Returns the value of attribute schema_version_id.
6128 6129 6130 |
# File 'sig/types.rbs', line 6128 def schema_version_id @schema_version_id end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
6127 6128 6129 |
# File 'sig/types.rbs', line 6127 def version_number @version_number end |