Class: Aws::CloudDirectory::Types::DeleteSchemaRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_arnString

The Amazon Resource Name (ARN) of the development schema. For more information, see arns.

Returns:

  • (String)


2400
2401
2402
2403
2404
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2400

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