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.
1047 1048 1049 1050 1051 1052 |
# File 'lib/aws-sdk-glue/types.rb', line 1047 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.
1047 1048 1049 1050 1051 1052 |
# File 'lib/aws-sdk-glue/types.rb', line 1047 class BatchGetCustomEntityTypesResponse < Struct.new( :custom_entity_types, :custom_entity_types_not_found) SENSITIVE = [] include Aws::Structure end |