Class: Aws::Glue::Types::GetCustomEntityTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCustomEntityTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#context_words ⇒ 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 |
#name ⇒ 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_string ⇒ 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 |