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.
12042 12043 12044 12045 12046 12047 12048 12049 |
# File 'lib/aws-sdk-glue/types.rb', line 12042 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.
12042 12043 12044 12045 12046 12047 12048 12049 |
# File 'lib/aws-sdk-glue/types.rb', line 12042 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.
12042 12043 12044 12045 12046 12047 12048 12049 |
# File 'lib/aws-sdk-glue/types.rb', line 12042 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.
12042 12043 12044 12045 12046 12047 12048 12049 |
# File 'lib/aws-sdk-glue/types.rb', line 12042 class GetColumnStatisticsTaskRunsRequest < Struct.new( :database_name, :table_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |