Class: Aws::Glue::Types::ListCustomEntityTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCustomEntityTypesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_entity_types ⇒ Array<Types::CustomEntityType>
A list of ‘CustomEntityType` objects representing custom patterns.
-
#next_token ⇒ String
A pagination token, if more results are available.
Instance Attribute Details
#custom_entity_types ⇒ Array<Types::CustomEntityType>
A list of ‘CustomEntityType` objects representing custom patterns.
17956 17957 17958 17959 17960 17961 |
# File 'lib/aws-sdk-glue/types.rb', line 17956 class ListCustomEntityTypesResponse < Struct.new( :custom_entity_types, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token, if more results are available.
17956 17957 17958 17959 17960 17961 |
# File 'lib/aws-sdk-glue/types.rb', line 17956 class ListCustomEntityTypesResponse < Struct.new( :custom_entity_types, :next_token) SENSITIVE = [] include Aws::Structure end |