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