Module: Aws::Glue::Client::_BatchGetCustomEntityTypesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::BatchGetCustomEntityTypesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #custom_entity_types ⇒ ::Array[Types::CustomEntityType]
- #custom_entity_types_not_found ⇒ ::Array[::String]
Instance Method Details
#custom_entity_types ⇒ ::Array[Types::CustomEntityType]
191 |
# File 'sig/client.rbs', line 191
def custom_entity_types: () -> ::Array[Types::CustomEntityType]
|
#custom_entity_types_not_found ⇒ ::Array[::String]
192 |
# File 'sig/client.rbs', line 192
def custom_entity_types_not_found: () -> ::Array[::String]
|