Class: Aws::Glue::Types::BatchGetCustomEntityTypesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_entity_typesArray<Types::CustomEntityType>

A list of ‘CustomEntityType` objects representing the custom patterns that have been created.

Returns:



845
846
847
848
849
850
# File 'lib/aws-sdk-glue/types.rb', line 845

class BatchGetCustomEntityTypesResponse < Struct.new(
  :custom_entity_types,
  :custom_entity_types_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#custom_entity_types_not_foundArray<String>

A list of the names of custom patterns that were not found.

Returns:

  • (Array<String>)


845
846
847
848
849
850
# File 'lib/aws-sdk-glue/types.rb', line 845

class BatchGetCustomEntityTypesResponse < Struct.new(
  :custom_entity_types,
  :custom_entity_types_not_found)
  SENSITIVE = []
  include Aws::Structure
end