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.
322 323 324 |
# File 'sig/types.rbs', line 322 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.
323 324 325 |
# File 'sig/types.rbs', line 323 def custom_entity_types_not_found @custom_entity_types_not_found end |