Class: Aws::Glue::Types::GetColumnStatisticsTaskRunsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetColumnStatisticsTaskRunsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the database where the table resides.
-
#max_results ⇒ Integer
The maximum size of the response.
-
#next_token ⇒ String
A continuation token, if this is a continuation call.
-
#table_name ⇒ String
The name of the table.
Instance Attribute Details
#database_name ⇒ String
The name of the database where the table resides.
9845 9846 9847 9848 9849 9850 9851 9852 |
# File 'lib/aws-sdk-glue/types.rb', line 9845 class GetColumnStatisticsTaskRunsRequest < Struct.new( :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum size of the response.
9845 9846 9847 9848 9849 9850 9851 9852 |
# File 'lib/aws-sdk-glue/types.rb', line 9845 class GetColumnStatisticsTaskRunsRequest < Struct.new( :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if this is a continuation call.
9845 9846 9847 9848 9849 9850 9851 9852 |
# File 'lib/aws-sdk-glue/types.rb', line 9845 class GetColumnStatisticsTaskRunsRequest < Struct.new( :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table.
9845 9846 9847 9848 9849 9850 9851 9852 |
# File 'lib/aws-sdk-glue/types.rb', line 9845 class GetColumnStatisticsTaskRunsRequest < Struct.new( :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |