Class: Aws::CloudDirectory::Types::GetSchemaAsJsonResponse

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

#documentString

The JSON representation of the schema document.

Returns:

  • (String)


3141
3142
3143
3144
3145
3146
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3141

class GetSchemaAsJsonResponse < Struct.new(
  :name,
  :document)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the retrieved schema.

Returns:

  • (String)


3141
3142
3143
3144
3145
3146
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3141

class GetSchemaAsJsonResponse < Struct.new(
  :name,
  :document)
  SENSITIVE = []
  include Aws::Structure
end