Class: Aws::Glue::Types::BatchGetCustomEntityTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetCustomEntityTypesRequest
- Defined in:
- gems/aws-sdk-glue/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.
1044 1045 1046 1047 1048 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 1044 class BatchGetCustomEntityTypesRequest < Struct.new( :names) SENSITIVE = [] include Aws::Structure end |