Class: Aws::CloudDirectory::Types::GetSchemaAsJsonResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetSchemaAsJsonResponse
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document ⇒ String
The JSON representation of the schema document.
-
#name ⇒ String
The name of the retrieved schema.
Instance Attribute Details
#document ⇒ String
The JSON representation of the schema document.
5249 5250 5251 5252 5253 5254 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5249 class GetSchemaAsJsonResponse < Struct.new( :name, :document) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the retrieved schema.
5249 5250 5251 5252 5253 5254 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 5249 class GetSchemaAsJsonResponse < Struct.new( :name, :document) SENSITIVE = [] include Aws::Structure end |