Class: Aws::Types::UpdateSchemaInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#compatibility"NONE", ...

Returns the value of attribute compatibility.

Returns:

  • ("NONE", "DISABLED", "BACKWARD", "BACKWARD_ALL", "FORWARD", "FORWARD_ALL", "FULL", "FULL_ALL")


8197
8198
8199
# File 'sig/types.rbs', line 8197

def compatibility
  @compatibility
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


8198
8199
8200
# File 'sig/types.rbs', line 8198

def description
  @description
end

#schema_idTypes::SchemaId

Returns the value of attribute schema_id.

Returns:



8195
8196
8197
# File 'sig/types.rbs', line 8195

def schema_id
  @schema_id
end

#schema_version_numberTypes::SchemaVersionNumber

Returns the value of attribute schema_version_number.



8196
8197
8198
# File 'sig/types.rbs', line 8196

def schema_version_number
  @schema_version_number
end