Class: Aws::CloudDirectory::Types::GetSchemaAsJsonRequest

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

#schema_arnString

The ARN of the schema to retrieve.

Returns:

  • (String)


3125
3126
3127
3128
3129
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3125

class GetSchemaAsJsonRequest < Struct.new(
  :schema_arn)
  SENSITIVE = []
  include Aws::Structure
end