Class: Aws::Types::OutputFormatStructure

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: JsonSchema, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#json_schemaTypes::JsonSchemaDefinition

Returns the value of attribute json_schema.



1209
1210
1211
# File 'sig/types.rbs', line 1209

def json_schema
  @json_schema
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1210
1211
1212
# File 'sig/types.rbs', line 1210

def unknown
  @unknown
end