Class: Aws::CloudDirectory::Types::PutSchemaFromJsonResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::PutSchemaFromJsonResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the schema to update.
Instance Attribute Details
#arn ⇒ String
The ARN of the schema to update.
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 |