Class: Aws::Glue::Types::CreateCustomEntityTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CreateCustomEntityTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass CreateCustomEntityTypeRequest data as a hash:
{
name: "NameString", # required
regex_string: "NameString", # required
context_words: ["NameString"],
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#context_words ⇒ Array<String>
3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-glue/types.rb', line 3357 class CreateCustomEntityTypeRequest < Struct.new( :name, :regex_string, :context_words) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-glue/types.rb', line 3357 class CreateCustomEntityTypeRequest < Struct.new( :name, :regex_string, :context_words) SENSITIVE = [] include Aws::Structure end |
#regex_string ⇒ String
3357 3358 3359 3360 3361 3362 3363 |
# File 'lib/aws-sdk-glue/types.rb', line 3357 class CreateCustomEntityTypeRequest < Struct.new( :name, :regex_string, :context_words) SENSITIVE = [] include Aws::Structure end |