Class: Aws::Types::DescribeSearchResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:query_statement])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1954
1955
1956
# File 'sig/types.rbs', line 1954

def group_id
  @group_id
end

#query_statement::String

Returns the value of attribute query_statement.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def query_statement
  @query_statement
end

#search_id::String

Returns the value of attribute search_id.

Returns:

  • (::String)


1947
1948
1949
# File 'sig/types.rbs', line 1947

def search_id
  @search_id
end

#search_type"DEEP", "QUICK"

Returns the value of attribute search_type.

Returns:

  • ("DEEP", "QUICK")


1951
1952
1953
# File 'sig/types.rbs', line 1951

def search_type
  @search_type
end

#started_at::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


1953
1954
1955
# File 'sig/types.rbs', line 1953

def started_at
  @started_at
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "RUNNING", "SUCCEEDED", "FAILED")


1949
1950
1951
# File 'sig/types.rbs', line 1949

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1952
1953
1954
# File 'sig/types.rbs', line 1952

def status_reason
  @status_reason
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def workspace_name
  @workspace_name
end