Class: Aws::Glue::Types::ListColumnStatisticsTaskRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListColumnStatisticsTaskRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum size of the response.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
Instance Attribute Details
#max_results ⇒ Integer
The maximum size of the response.
15806 15807 15808 15809 15810 15811 |
# File 'lib/aws-sdk-glue/types.rb', line 15806 class ListColumnStatisticsTaskRunsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
15806 15807 15808 15809 15810 15811 |
# File 'lib/aws-sdk-glue/types.rb', line 15806 class ListColumnStatisticsTaskRunsRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |