Class: Aws::Types::BatchGetSchemaOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetSchemaError]

Returns the value of attribute errors.

Returns:



362
363
364
# File 'sig/types.rbs', line 362

def errors
  @errors
end

#schemas::Array[Types::Schema]

Returns the value of attribute schemas.

Returns:



361
362
363
# File 'sig/types.rbs', line 361

def schemas
  @schemas
end