Class: Aws::Types::ListWorkflowStepExecutionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#image_build_version_arn ⇒ ::String

Returns the value of attribute image_build_version_arn.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def image_build_version_arn
  @image_build_version_arn
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1735
1736
1737
# File 'sig/types.rbs', line 1735

def message
  @message
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1736
1737
1738
# File 'sig/types.rbs', line 1736

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def request_id
  @request_id
end

#steps ⇒ ::Array[Types::WorkflowStepMetadata]

Returns the value of attribute steps.

Returns:



1731
1732
1733
# File 'sig/types.rbs', line 1731

def steps
  @steps
end

#workflow_build_version_arn ⇒ ::String

Returns the value of attribute workflow_build_version_arn.

Returns:

  • (::String)


1732
1733
1734
# File 'sig/types.rbs', line 1732

def workflow_build_version_arn
  @workflow_build_version_arn
end

#workflow_execution_id ⇒ ::String

Returns the value of attribute workflow_execution_id.

Returns:

  • (::String)


1733
1734
1735
# File 'sig/types.rbs', line 1733

def workflow_execution_id
  @workflow_execution_id
end