Class: Aws::Schemas::Types::GetDiscoveredSchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::GetDiscoveredSchemaOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ String
The source of the schema definition.
Instance Attribute Details
#content ⇒ String
The source of the schema definition.
817 818 819 820 821 |
# File 'lib/aws-sdk-schemas/types.rb', line 817 class GetDiscoveredSchemaOutput < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |