Class: Aws::CloudDirectory::Types::DeleteSchemaResponse

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 input ARN that is returned as part of the response. For more information, see arns.

Returns:

  • (String)


2413
2414
2415
2416
2417
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 2413

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