Class: Aws::Types::StartSearchRequest

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)


3468
3469
3470
# File 'sig/types.rbs', line 3468

def client_token
  @client_token
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


3471
3472
3473
# File 'sig/types.rbs', line 3471

def group_id
  @group_id
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


3467
3468
3469
# File 'sig/types.rbs', line 3467

def query_statement
  @query_statement
end

#search_filtersTypes::SearchFilters

Returns the value of attribute search_filters.



3470
3471
3472
# File 'sig/types.rbs', line 3470

def search_filters
  @search_filters
end

#search_type"DEEP", "QUICK"

Returns the value of attribute search_type.

Returns:

  • ("DEEP", "QUICK")


3469
3470
3471
# File 'sig/types.rbs', line 3469

def search_type
  @search_type
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3466
3467
3468
# File 'sig/types.rbs', line 3466

def workspace_name
  @workspace_name
end