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:



2555
2556
2557
# File 'sig/types.rbs', line 2555

def schema_id
  @schema_id
end

#versions::String

Returns the value of attribute versions.

Returns:

  • (::String)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def versions
  @versions
end