Class: Aws::Types::DeleteSchemaVersionsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#schema_idTypes::SchemaId

Returns the value of attribute schema_id.

Returns:



2549
2550
2551
# File 'sig/types.rbs', line 2549

def schema_id
  @schema_id
end

#versions::String

Returns the value of attribute versions.

Returns:

  • (::String)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def versions
  @versions
end