Class: Aws::Schemas::Types::GetDiscoveredSchemaResponse

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

Returns:

  • (String)


843
844
845
846
847
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 843

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