Class: Aws::Types::UpdateWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


358
359
360
# File 'sig/types.rbs', line 358

def modified_at
  @modified_at
end

#warnings::Array[::String]

Returns the value of attribute warnings.

Returns:

  • (::Array[::String])


360
361
362
# File 'sig/types.rbs', line 360

def warnings
  @warnings
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def workflow_arn
  @workflow_arn
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def workflow_version
  @workflow_version
end