Class: Aws::Types::QueryRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:



281
282
283
# File 'sig/types.rbs', line 281

def client_token
  @client_token
end

#max_rows::Integer

Returns the value of attribute max_rows.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def max_rows
  @max_rows
end

#next_token::String

Returns the value of attribute next_token.

Returns:



282
283
284
# File 'sig/types.rbs', line 282

def next_token
  @next_token
end

#query_insightsTypes::QueryInsights

Returns the value of attribute query_insights.

Returns:



284
285
286
# File 'sig/types.rbs', line 284

def query_insights
  @query_insights
end

#query_string::String

Returns the value of attribute query_string.

Returns:



280
281
282
# File 'sig/types.rbs', line 280

def query_string
  @query_string
end