Class: Aws::CloudDirectory::Types::DeleteSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::DeleteSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The input ARN that is returned as part of the response.
Instance Attribute Details
#schema_arn ⇒ String
The input ARN that is returned as part of the response. For more information, see arns.
2413 2414 2415 2416 2417 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2413 class DeleteSchemaResponse < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |