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)


3453
3454
3455
# File 'sig/types.rbs', line 3453

def client_token
  @client_token
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


3455
3456
3457
# File 'sig/types.rbs', line 3455

def query_statement
  @query_statement
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3454
3455
3456
# File 'sig/types.rbs', line 3454

def workspace_name
  @workspace_name
end