Class: Aws::Types::DeleteSchemaResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSchemaResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
Instance Attribute Details
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
2548 2549 2550 |
# File 'sig/types.rbs', line 2548 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def schema_name @schema_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def status @status end |