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)


3509
3510
3511
# File 'sig/types.rbs', line 3509

def client_token
  @client_token
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


3512
3513
3514
# File 'sig/types.rbs', line 3512

def group_id
  @group_id
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


3508
3509
3510
# File 'sig/types.rbs', line 3508

def query_statement
  @query_statement
end

#search_filtersTypes::SearchFilters

Returns the value of attribute search_filters.



3511
3512
3513
# File 'sig/types.rbs', line 3511

def search_filters
  @search_filters
end

#search_type"DEEP", "QUICK"

Returns the value of attribute search_type.

Returns:

  • ("DEEP", "QUICK")


3510
3511
3512
# File 'sig/types.rbs', line 3510

def search_type
  @search_type
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3507
3508
3509
# File 'sig/types.rbs', line 3507

def workspace_name
  @workspace_name
end