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)


2133
2134
2135
# File 'sig/types.rbs', line 2133

def client_token
  @client_token
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2132
2133
2134
# File 'sig/types.rbs', line 2132

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def next_token
  @next_token
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


2130
2131
2132
# File 'sig/types.rbs', line 2130

def query_statement
  @query_statement
end