Class: Aws::Types::RemoveSchemaVersionMetadataInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_key_valueTypes::MetadataKeyValuePair

Returns the value of attribute metadata_key_value.



6319
6320
6321
# File 'sig/types.rbs', line 6319

def 
  @metadata_key_value
end

#schema_idTypes::SchemaId

Returns the value of attribute schema_id.

Returns:



6316
6317
6318
# File 'sig/types.rbs', line 6316

def schema_id
  @schema_id
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


6318
6319
6320
# File 'sig/types.rbs', line 6318

def schema_version_id
  @schema_version_id
end

#schema_version_numberTypes::SchemaVersionNumber

Returns the value of attribute schema_version_number.



6317
6318
6319
# File 'sig/types.rbs', line 6317

def schema_version_number
  @schema_version_number
end