Class: Aws::CleanRooms::Types::GetSchemaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRooms::Types::GetSchemaOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cleanrooms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema ⇒ Types::Schema
The entire schema object.
Instance Attribute Details
#schema ⇒ Types::Schema
The entire schema object.
4099 4100 4101 4102 4103 |
# File 'lib/aws-sdk-cleanrooms/types.rb', line 4099 class GetSchemaOutput < Struct.new( :schema) SENSITIVE = [] include Aws::Structure end |