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:



373
374
375
# File 'sig/types.rbs', line 373

def errors
  @errors
end

#schemas::Array[Types::Schema]

Returns the value of attribute schemas.

Returns:



372
373
374
# File 'sig/types.rbs', line 372

def schemas
  @schemas
end