Class: Aws::Types::OutputFormat
- Inherits:
-
Object
- Object
- Aws::Types::OutputFormat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#structure ⇒ Types::OutputFormatStructure
Returns the value of attribute structure.
-
#type ⇒ "json_schema"
Returns the value of attribute type.
Instance Attribute Details
#structure ⇒ Types::OutputFormatStructure
Returns the value of attribute structure.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def structure @structure end |
#type ⇒ "json_schema"
Returns the value of attribute type.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def type @type end |