Class: Aws::Schemas::Types::GetDiscoveredSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::GetDiscoveredSchemaResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#content ⇒ String
843 844 845 846 847 |
# File 'lib/aws-sdk-schemas/types.rb', line 843 class GetDiscoveredSchemaResponse < Struct.new( :content) SENSITIVE = [] include Aws::Structure end |