Class: Aws::Types::ExecuteQueryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:query_statement])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def client_token
  @client_token
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2141
2142
2143
# File 'sig/types.rbs', line 2141

def next_token
  @next_token
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


2140
2141
2142
# File 'sig/types.rbs', line 2140

def query_statement
  @query_statement
end