Class: Aws::Glue::Types::BatchGetCustomEntityTypesResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::BatchGetCustomEntityTypesResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #custom_entity_types  ⇒ Array<Types::CustomEntityType> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of ‘CustomEntityType` objects representing the custom patterns that have been created. 
- 
  
    
      #custom_entity_types_not_found  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of the names of custom patterns that were not found. 
Instance Attribute Details
#custom_entity_types ⇒ Array<Types::CustomEntityType>
A list of ‘CustomEntityType` objects representing the custom patterns that have been created.
| 1061 1062 1063 1064 1065 1066 | # File 'lib/aws-sdk-glue/types.rb', line 1061 class BatchGetCustomEntityTypesResponse < Struct.new( :custom_entity_types, :custom_entity_types_not_found) SENSITIVE = [] include Aws::Structure end | 
#custom_entity_types_not_found ⇒ Array<String>
A list of the names of custom patterns that were not found.
| 1061 1062 1063 1064 1065 1066 | # File 'lib/aws-sdk-glue/types.rb', line 1061 class BatchGetCustomEntityTypesResponse < Struct.new( :custom_entity_types, :custom_entity_types_not_found) SENSITIVE = [] include Aws::Structure end |