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.
15952 15953 15954 15955 15956 15957 |
# File 'lib/aws-sdk-glue/types.rb', line 15952 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.
15952 15953 15954 15955 15956 15957 |
# File 'lib/aws-sdk-glue/types.rb', line 15952 class ListCustomEntityTypesResponse < Struct.new( :custom_entity_types, :next_token) SENSITIVE = [] include Aws::Structure end |