Class: Aws::Glue::Types::ListCustomEntityTypesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCustomEntityTypesResponse
- Defined in:
- gems/aws-sdk-glue/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.
14715 14716 14717 14718 14719 14720 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14715 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.
14715 14716 14717 14718 14719 14720 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14715 class ListCustomEntityTypesResponse < Struct.new( :custom_entity_types, :next_token) SENSITIVE = [] include Aws::Structure end |