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)


3520
3521
3522
# File 'sig/types.rbs', line 3520

def group_id
  @group_id
end

#search_id::String

Returns the value of attribute search_id.

Returns:

  • (::String)


3517
3518
3519
# File 'sig/types.rbs', line 3517

def search_id
  @search_id
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

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


3519
3520
3521
# File 'sig/types.rbs', line 3519

def status
  @status
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


3518
3519
3520
# File 'sig/types.rbs', line 3518

def workspace_name
  @workspace_name
end