Class: Aws::Glue::Types::GetCustomEntityTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetCustomEntityTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the custom pattern that you want to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the custom pattern that you want to retrieve.
10123 10124 10125 10126 10127 |
# File 'lib/aws-sdk-glue/types.rb', line 10123 class GetCustomEntityTypeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |