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:



21577
21578
21579
21580
21581
21582
# File 'lib/aws-sdk-glue/types.rb', line 21577

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)


21577
21578
21579
21580
21581
21582
# File 'lib/aws-sdk-glue/types.rb', line 21577

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