Class: Aws::Types::UpdateSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
8215 8216 8217 |
# File 'sig/types.rbs', line 8215 def registry_name @registry_name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
8213 8214 8215 |
# File 'sig/types.rbs', line 8213 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
8214 8215 8216 |
# File 'sig/types.rbs', line 8214 def schema_name @schema_name end |