Class: Aws::Glue::Types::ListCustomEntityTypesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListCustomEntityTypesRequest
- Defined in:
- gems/aws-sdk-glue/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.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return.
13154 13155 13156 13157 13158 13159 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13154 class ListCustomEntityTypesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A paginated token to offset the results.
13154 13155 13156 13157 13158 13159 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13154 class ListCustomEntityTypesRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |