Class: Aws::Types::SearchStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timestamp::Time

Returns the value of attribute completion_timestamp.

Returns:

  • (::Time)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def completion_timestamp
  @completion_timestamp
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def error_message
  @error_message
end

#state"QUEUED", ...

Returns the value of attribute state.

Returns:

  • ("QUEUED", "RUNNING", "COMPLETED", "FAILED", "CANCELLED")


1340
1341
1342
# File 'sig/types.rbs', line 1340

def state
  @state
end

#submission_timestamp::Time

Returns the value of attribute submission_timestamp.

Returns:

  • (::Time)


1338
1339
1340
# File 'sig/types.rbs', line 1338

def submission_timestamp
  @submission_timestamp
end