Class: Aws::Types::StartQueryExecutionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:



1166
1167
1168
# File 'sig/types.rbs', line 1166

def client_request_token
  @client_request_token
end

#engine_configurationTypes::EngineConfiguration

Returns the value of attribute engine_configuration.

Returns:



1172
1173
1174
# File 'sig/types.rbs', line 1172

def engine_configuration
  @engine_configuration
end

#execution_parameters::Array[::String]

Returns the value of attribute execution_parameters.

Returns:



1170
1171
1172
# File 'sig/types.rbs', line 1170

def execution_parameters
  @execution_parameters
end

#query_execution_contextTypes::QueryExecutionContext

Returns the value of attribute query_execution_context.

Returns:



1167
1168
1169
# File 'sig/types.rbs', line 1167

def query_execution_context
  @query_execution_context
end

#query_string::String

Returns the value of attribute query_string.

Returns:



1165
1166
1167
# File 'sig/types.rbs', line 1165

def query_string
  @query_string
end

#result_configurationTypes::ResultConfiguration

Returns the value of attribute result_configuration.

Returns:



1168
1169
1170
# File 'sig/types.rbs', line 1168

def result_configuration
  @result_configuration
end

#result_reuse_configurationTypes::ResultReuseConfiguration

Returns the value of attribute result_reuse_configuration.

Returns:



1171
1172
1173
# File 'sig/types.rbs', line 1171

def result_reuse_configuration
  @result_reuse_configuration
end

#work_group::String

Returns the value of attribute work_group.

Returns:



1169
1170
1171
# File 'sig/types.rbs', line 1169

def work_group
  @work_group
end