Class: Aws::Types::QueryExecutionStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#athena_errorTypes::AthenaError

Returns the value of attribute athena_error.

Returns:



989
990
991
# File 'sig/types.rbs', line 989

def athena_error
  @athena_error
end

#completion_date_time::Time

Returns the value of attribute completion_date_time.

Returns:

  • (::Time)


988
989
990
# File 'sig/types.rbs', line 988

def completion_date_time
  @completion_date_time
end

#state"QUEUED", ...

Returns the value of attribute state.

Returns:

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


985
986
987
# File 'sig/types.rbs', line 985

def state
  @state
end

#state_change_reason::String

Returns the value of attribute state_change_reason.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def state_change_reason
  @state_change_reason
end

#submission_date_time::Time

Returns the value of attribute submission_date_time.

Returns:

  • (::Time)


987
988
989
# File 'sig/types.rbs', line 987

def submission_date_time
  @submission_date_time
end