Class: Aws::Glue::Types::BatchGetCustomEntityTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetCustomEntityTypesResponse
- Defined in:
- gems/aws-sdk-glue/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.
952 953 954 955 956 957 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 952 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.
952 953 954 955 956 957 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 952 class BatchGetCustomEntityTypesResponse < Struct.new( :custom_entity_types, :custom_entity_types_not_found) SENSITIVE = [] include Aws::Structure end |