Class: Aws::Types::CalculationStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#completion_date_time::Time

Returns the value of attribute completion_date_time.

Returns:

  • (::Time)


85
86
87
# File 'sig/types.rbs', line 85

def completion_date_time
  @completion_date_time
end

#state"CREATING", ...

Returns the value of attribute state.

Returns:

  • ("CREATING", "CREATED", "QUEUED", "RUNNING", "CANCELING", "CANCELED", "COMPLETED", "FAILED")


86
87
88
# File 'sig/types.rbs', line 86

def state
  @state
end

#state_change_reason::String

Returns the value of attribute state_change_reason.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def state_change_reason
  @state_change_reason
end

#submission_date_time::Time

Returns the value of attribute submission_date_time.

Returns:

  • (::Time)


84
85
86
# File 'sig/types.rbs', line 84

def submission_date_time
  @submission_date_time
end