Class: Aws::Types::DeleteSchemaVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#registry_name ⇒ ::String

Returns the value of attribute registry_name.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def registry_name
  @registry_name
end

#schema_name ⇒ ::String

Returns the value of attribute schema_name.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def schema_name
  @schema_name
end

#schema_version ⇒ ::String

Returns the value of attribute schema_version.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def schema_version
  @schema_version
end