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
CustomEntityTypeobjects 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.
19840 19841 19842 19843 19844 19845 |
# File 'lib/aws-sdk-glue/types.rb', line 19840 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.
19840 19841 19842 19843 19844 19845 |
# File 'lib/aws-sdk-glue/types.rb', line 19840 class ListCustomEntityTypesResponse < Struct.new( :custom_entity_types, :next_token) SENSITIVE = [] include Aws::Structure end |