Class: Aws::Schemas::Types::DeleteSchemaRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#registry_nameString

Returns:

  • (String)


359
360
361
362
363
364
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 359

class DeleteSchemaRequest < Struct.new(
  :registry_name,
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

Returns:

  • (String)


359
360
361
362
363
364
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 359

class DeleteSchemaRequest < Struct.new(
  :registry_name,
  :schema_name)
  SENSITIVE = []
  include Aws::Structure
end