Class: Aws::Types::GetWorkflowStepGroupResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


250
251
252
# File 'sig/types.rbs', line 250

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


247
248
249
# File 'sig/types.rbs', line 247

def description
  @description
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


252
253
254
# File 'sig/types.rbs', line 252

def end_time
  @end_time
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


251
252
253
# File 'sig/types.rbs', line 251

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def name
  @name
end

#next::Array[::String]

Returns the value of attribute next.

Returns:

  • (::Array[::String])


255
256
257
# File 'sig/types.rbs', line 255

def next
  @next
end

#owner"AWS_MANAGED", "CUSTOM"

Returns the value of attribute owner.

Returns:

  • ("AWS_MANAGED", "CUSTOM")


249
250
251
# File 'sig/types.rbs', line 249

def owner
  @owner
end

#previous::Array[::String]

Returns the value of attribute previous.

Returns:

  • (::Array[::String])


254
255
256
# File 'sig/types.rbs', line 254

def previous
  @previous
end

#status"AWAITING_DEPENDENCIES", ...

Returns the value of attribute status.

Returns:

  • ("AWAITING_DEPENDENCIES", "READY", "IN_PROGRESS", "COMPLETED", "FAILED", "PAUSED", "PAUSING", "USER_ATTENTION_REQUIRED")


248
249
250
# File 'sig/types.rbs', line 248

def status
  @status
end

#tools::Array[Types::Tool]

Returns the value of attribute tools.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def tools
  @tools
end

#workflow_id::String

Returns the value of attribute workflow_id.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def workflow_id
  @workflow_id
end