Class: Aws::Types::StartSearchResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


3479
3480
3481
# File 'sig/types.rbs', line 3479

def group_id
  @group_id
end

#search_id::String

Returns the value of attribute search_id.

Returns:

  • (::String)


3476
3477
3478
# File 'sig/types.rbs', line 3476

def search_id
  @search_id
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

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


3478
3479
3480
# File 'sig/types.rbs', line 3478

def status
  @status
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3477
3478
3479
# File 'sig/types.rbs', line 3477

def workspace_name
  @workspace_name
end