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:



19376
19377
19378
19379
19380
19381
# File 'lib/aws-sdk-glue/types.rb', line 19376

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)


19376
19377
19378
19379
19380
19381
# File 'lib/aws-sdk-glue/types.rb', line 19376

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