Class: Aws::Types::OutputFormatStructure
- Inherits:
-
Object
- Object
- Aws::Types::OutputFormatStructure
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: JsonSchema, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#json_schema ⇒ Types::JsonSchemaDefinition
Returns the value of attribute json_schema.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#json_schema ⇒ Types::JsonSchemaDefinition
Returns the value of attribute json_schema.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def json_schema @json_schema end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def unknown @unknown end |