Method: Aws::CloudDirectory::Types::PutSchemaFromJsonRequest#schema_arn

Defined in:
lib/aws-sdk-clouddirectory/types.rb

#schema_arnString

The ARN of the schema to update.

Returns:

  • (String)


4782
4783
4784
4785
4786
4787
# File 'lib/aws-sdk-clouddirectory/types.rb', line 4782

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