Class: Aws::CloudDirectory::Types::DeleteSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DeleteSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the development schema.
Instance Attribute Details
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the development schema. For more information, see arns.
2400 2401 2402 2403 2404 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2400 class DeleteSchemaRequest < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |