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.
935 936 937 938 939 |
# File 'lib/aws-sdk-glue/types.rb', line 935 class BatchGetCustomEntityTypesRequest < Struct.new( :names) SENSITIVE = [] include Aws::Structure end |