Class: Aws::Schemas::Types::DeleteSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DeleteSchemaRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#registry_name ⇒ String
359 360 361 362 363 364 |
# File 'lib/aws-sdk-schemas/types.rb', line 359 class DeleteSchemaRequest < Struct.new( :registry_name, :schema_name) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
359 360 361 362 363 364 |
# File 'lib/aws-sdk-schemas/types.rb', line 359 class DeleteSchemaRequest < Struct.new( :registry_name, :schema_name) SENSITIVE = [] include Aws::Structure end |