Class: Aws::Glue::Types::ListCustomEntityTypesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


14789
14790
14791
14792
14793
14794
14795
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14789

class ListCustomEntityTypesRequest < Struct.new(
  :next_token,
  :max_results,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A paginated token to offset the results.

Returns:

  • (String)


14789
14790
14791
14792
14793
14794
14795
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14789

class ListCustomEntityTypesRequest < Struct.new(
  :next_token,
  :max_results,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pair tags.

Returns:

  • (Hash<String,String>)


14789
14790
14791
14792
14793
14794
14795
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14789

class ListCustomEntityTypesRequest < Struct.new(
  :next_token,
  :max_results,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end