Class: Aws::Glue::Types::GetCustomEntityTypeResponse

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

#context_wordsArray<String>

Returns:

  • (Array<String>)


8068
8069
8070
8071
8072
8073
8074
# File 'lib/aws-sdk-glue/types.rb', line 8068

class GetCustomEntityTypeResponse < Struct.new(
  :name,
  :regex_string,
  :context_words)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Returns:

  • (String)


8068
8069
8070
8071
8072
8073
8074
# File 'lib/aws-sdk-glue/types.rb', line 8068

class GetCustomEntityTypeResponse < Struct.new(
  :name,
  :regex_string,
  :context_words)
  SENSITIVE = []
  include Aws::Structure
end

#regex_stringString

Returns:

  • (String)


8068
8069
8070
8071
8072
8073
8074
# File 'lib/aws-sdk-glue/types.rb', line 8068

class GetCustomEntityTypeResponse < Struct.new(
  :name,
  :regex_string,
  :context_words)
  SENSITIVE = []
  include Aws::Structure
end