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.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def schema_arn @schema_arn end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def schema_name @schema_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
2544 2545 2546 |
# File 'sig/types.rbs', line 2544 def status @status end |