Class: Aws::Glue::Types::ListCustomEntityTypesResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_entity_typesArray<Types::CustomEntityType>

A list of ‘CustomEntityType` objects representing custom patterns.

Returns:



14879
14880
14881
14882
14883
14884
# File 'lib/aws-sdk-glue/types.rb', line 14879

class ListCustomEntityTypesResponse < Struct.new(
  :custom_entity_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token, if more results are available.

Returns:

  • (String)


14879
14880
14881
14882
14883
14884
# File 'lib/aws-sdk-glue/types.rb', line 14879

class ListCustomEntityTypesResponse < Struct.new(
  :custom_entity_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end