Class: Aws::Types::DeleteSchemaVersionsInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSchemaVersionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
-
#versions ⇒ ::String
Returns the value of attribute versions.
Instance Attribute Details
#schema_id ⇒ Types::SchemaId
Returns the value of attribute schema_id.
2549 2550 2551 |
# File 'sig/types.rbs', line 2549 def schema_id @schema_id end |
#versions ⇒ ::String
Returns the value of attribute versions.
2550 2551 2552 |
# File 'sig/types.rbs', line 2550 def versions @versions end |