Class: Aws::Schemas::Types::GetDiscoveredSchemaOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The source of the schema definition.

Returns:

  • (String)


817
818
819
820
821
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 817

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