Class: Aws::Types::CreateWorkflowResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


52
53
54
# File 'sig/types.rbs', line 52

def created_at
  @created_at
end

#is_latest_versionBoolean

Returns the value of attribute is_latest_version.

Returns:

  • (Boolean)


56
57
58
# File 'sig/types.rbs', line 56

def is_latest_version
  @is_latest_version
end

#revision_id::String

Returns the value of attribute revision_id.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def revision_id
  @revision_id
end

#warnings::Array[::String]

Returns the value of attribute warnings.

Returns:

  • (::Array[::String])


57
58
59
# File 'sig/types.rbs', line 57

def warnings
  @warnings
end

#workflow_arn::String

Returns the value of attribute workflow_arn.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def workflow_arn
  @workflow_arn
end

#workflow_status"READY", "DELETING"

Returns the value of attribute workflow_status.

Returns:

  • ("READY", "DELETING")


54
55
56
# File 'sig/types.rbs', line 54

def workflow_status
  @workflow_status
end

#workflow_version::String

Returns the value of attribute workflow_version.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def workflow_version
  @workflow_version
end