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:



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.

Returns:

  • (::Array[::String])


323
324
325
# File 'sig/types.rbs', line 323

def custom_entity_types_not_found
  @custom_entity_types_not_found
end