Class: Aws::Glue::Types::BatchGetCustomEntityTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetCustomEntityTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#names ⇒ Array<String>
A list of names of the custom patterns that you want to retrieve.
Instance Attribute Details
#names ⇒ Array<String>
A list of names of the custom patterns that you want to retrieve.
1030 1031 1032 1033 1034 |
# File 'lib/aws-sdk-glue/types.rb', line 1030 class BatchGetCustomEntityTypesRequest < Struct.new( :names) SENSITIVE = [] include Aws::Structure end |