Class: Aws::Types::BatchGetCustomEntityTypesResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetCustomEntityTypesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_entity_types ⇒ ::Array[Types::CustomEntityType]
Returns the value of attribute custom_entity_types.
-
#custom_entity_types_not_found ⇒ ::Array[::String]
Returns the value of attribute custom_entity_types_not_found.
Instance Attribute Details
#custom_entity_types ⇒ ::Array[Types::CustomEntityType]
Returns the value of attribute custom_entity_types.
326 327 328 |
# File 'sig/types.rbs', line 326 def custom_entity_types @custom_entity_types end |
#custom_entity_types_not_found ⇒ ::Array[::String]
Returns the value of attribute custom_entity_types_not_found.
327 328 329 |
# File 'sig/types.rbs', line 327 def custom_entity_types_not_found @custom_entity_types_not_found end |