Class: Aws::Schemas::Types::DeleteSchemaVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DeleteSchemaVersionRequest
- 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
377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-schemas/types.rb', line 377 class DeleteSchemaVersionRequest < Struct.new( :registry_name, :schema_name, :schema_version) SENSITIVE = [] include Aws::Structure end |
#schema_name ⇒ String
377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-schemas/types.rb', line 377 class DeleteSchemaVersionRequest < Struct.new( :registry_name, :schema_name, :schema_version) SENSITIVE = [] include Aws::Structure end |
#schema_version ⇒ String
377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-schemas/types.rb', line 377 class DeleteSchemaVersionRequest < Struct.new( :registry_name, :schema_name, :schema_version) SENSITIVE = [] include Aws::Structure end |