Class: Aws::Types::RemoveSchemaVersionMetadataResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#latest_versionBoolean

Returns the value of attribute latest_version.

Returns:

  • (Boolean)


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

def latest_version
  @latest_version
end

#metadata_key::String

Returns the value of attribute metadata_key.

Returns:

  • (::String)


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

def 
  @metadata_key
end

#metadata_value::String

Returns the value of attribute metadata_value.

Returns:

  • (::String)


6321
6322
6323
# File 'sig/types.rbs', line 6321

def 
  @metadata_value
end

#registry_name::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


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

def registry_name
  @registry_name
end

#schema_arn::String

Returns the value of attribute schema_arn.

Returns:

  • (::String)


6314
6315
6316
# File 'sig/types.rbs', line 6314

def schema_arn
  @schema_arn
end

#schema_name::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


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

def schema_name
  @schema_name
end

#schema_version_id::String

Returns the value of attribute schema_version_id.

Returns:

  • (::String)


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

def schema_version_id
  @schema_version_id
end

#version_number::Integer

Returns the value of attribute version_number.

Returns:

  • (::Integer)


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

def version_number
  @version_number
end