Class: Aws::Types::BatchGetCustomEntityTypesResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_entity_types::Array[Types::CustomEntityType]

Returns the value of attribute custom_entity_types.

Returns:



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.

Returns:

  • (::Array[::String])


327
328
329
# File 'sig/types.rbs', line 327

def custom_entity_types_not_found
  @custom_entity_types_not_found
end