Class: Aws::Types::JourneyRunResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::String

Returns the value of attribute creation_time.

Returns:

  • (::String)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def creation_time
  @creation_time
end

#last_update_time::String

Returns the value of attribute last_update_time.

Returns:

  • (::String)


2169
2170
2171
# File 'sig/types.rbs', line 2169

def last_update_time
  @last_update_time
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


2170
2171
2172
# File 'sig/types.rbs', line 2170

def run_id
  @run_id
end

#status"SCHEDULED", ...

Returns the value of attribute status.

Returns:

  • ("SCHEDULED", "RUNNING", "COMPLETED", "CANCELLED")


2171
2172
2173
# File 'sig/types.rbs', line 2171

def status
  @status
end