Class: Aws::CloudDirectory::Types::PutSchemaFromJsonResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::PutSchemaFromJsonResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-clouddirectory/types.rb', line 4795 class PutSchemaFromJsonResponse < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |