Class: Aws::Types::DeleteSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
125 126 127 |
# File 'sig/types.rbs', line 125 def registry_name @registry_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
126 127 128 |
# File 'sig/types.rbs', line 126 def schema_name @schema_name end |