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.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def schema_id @schema_id end |
#versions ⇒ ::String
Returns the value of attribute versions.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def versions @versions end |