Class: Aws::Glue::Types::ListCustomEntityTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCustomEntityTypesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A paginated token to offset the results.
-
#tags ⇒ Hash<String,String>
A list of key-value pair tags.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
15934 15935 15936 15937 15938 15939 15940 |
# File 'lib/aws-sdk-glue/types.rb', line 15934 class ListCustomEntityTypesRequest < Struct.new( :next_token, :max_results, :tags) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A paginated token to offset the results.
15934 15935 15936 15937 15938 15939 15940 |
# File 'lib/aws-sdk-glue/types.rb', line 15934 class ListCustomEntityTypesRequest < Struct.new( :next_token, :max_results, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pair tags.
15934 15935 15936 15937 15938 15939 15940 |
# File 'lib/aws-sdk-glue/types.rb', line 15934 class ListCustomEntityTypesRequest < Struct.new( :next_token, :max_results, :tags) SENSITIVE = [] include Aws::Structure end |