Class: Aws::Types::StartQueryRequest

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)


3494
3495
3496
# File 'sig/types.rbs', line 3494

def client_token
  @client_token
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


3496
3497
3498
# File 'sig/types.rbs', line 3496

def query_statement
  @query_statement
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3495
3496
3497
# File 'sig/types.rbs', line 3495

def workspace_name
  @workspace_name
end