Class: Aws::Types::ListWorkflowExecutionsResponse

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)


1716
1717
1718
# File 'sig/types.rbs', line 1716

def image_build_version_arn
  @image_build_version_arn
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1717
1718
1719
# File 'sig/types.rbs', line 1717

def message
  @message
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1718
1719
1720
# File 'sig/types.rbs', line 1718

def next_token
  @next_token
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


1714
1715
1716
# File 'sig/types.rbs', line 1714

def request_id
  @request_id
end

#workflow_executions ⇒ ::Array[Types::WorkflowExecutionMetadata]

Returns the value of attribute workflow_executions.

Returns:



1715
1716
1717
# File 'sig/types.rbs', line 1715

def workflow_executions
  @workflow_executions
end