Class: Aws::CloudDirectory::Types::PutSchemaFromJsonResponse

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

#arnString

The ARN of the schema to update.

Returns:

  • (String)


4795
4796
4797
4798
4799
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4795

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