Class: Aws::Types::BatchGetSchemaOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSchemaOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#errors ⇒ ::Array[Types::BatchGetSchemaError]
Returns the value of attribute errors.
-
#schemas ⇒ ::Array[Types::Schema]
Returns the value of attribute schemas.
Instance Attribute Details
#errors ⇒ ::Array[Types::BatchGetSchemaError]
Returns the value of attribute errors.
362 363 364 |
# File 'sig/types.rbs', line 362 def errors @errors end |
#schemas ⇒ ::Array[Types::Schema]
Returns the value of attribute schemas.
361 362 363 |
# File 'sig/types.rbs', line 361 def schemas @schemas end |