Class: Aws::Glue::Types::BatchGetCustomEntityTypesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namesArray<String>

A list of names of the custom patterns that you want to retrieve.

Returns:

  • (Array<String>)


828
829
830
831
832
# File 'lib/aws-sdk-glue/types.rb', line 828

class BatchGetCustomEntityTypesRequest < Struct.new(
  :names)
  SENSITIVE = []
  include Aws::Structure
end