Method: Aws::Glue::Types::GetCustomEntityTypeResponse#name
- Defined in:
- lib/aws-sdk-glue/types.rb
#name ⇒ String
The name of the custom pattern that you retrieved.
12732 12733 12734 12735 12736 12737 12738 |
# File 'lib/aws-sdk-glue/types.rb', line 12732 class GetCustomEntityTypeResponse < Struct.new( :name, :regex_string, :context_words) SENSITIVE = [] include Aws::Structure end |