You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Amplify::Types::Step

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an execution step, for an execution job, for an Amplify app.

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts_urlString

The URL to the artifact for the execution step.

Returns:

  • (String)

    The URL to the artifact for the execution step.

#contextString

The context for the current step. Includes a build image if the step is build.

Returns:

  • (String)

    The context for the current step.

#end_timeTime

The end date and time of the execution step.

Returns:

  • (Time)

    The end date and time of the execution step.

#log_urlString

The URL to the logs for the execution step.

Returns:

  • (String)

    The URL to the logs for the execution step.

#screenshotsHash<String,String>

The list of screenshot URLs for the execution step, if relevant.

Returns:

  • (Hash<String,String>)

    The list of screenshot URLs for the execution step, if relevant.

#start_timeTime

The start date and time of the execution step.

Returns:

  • (Time)

    The start date and time of the execution step.

#statusString

The status of the execution step.

Possible values:

  • PENDING
  • PROVISIONING
  • RUNNING
  • FAILED
  • SUCCEED
  • CANCELLING
  • CANCELLED

Returns:

  • (String)

    The status of the execution step.

#status_reasonString

The reason for the current step status.

Returns:

  • (String)

    The reason for the current step status.

#step_nameString

The name of the execution step.

Returns:

  • (String)

    The name of the execution step.

#test_artifacts_urlString

The URL to the test artifact for the execution step.

Returns:

  • (String)

    The URL to the test artifact for the execution step.

#test_config_urlString

The URL to the test configuration for the execution step.

Returns:

  • (String)

    The URL to the test configuration for the execution step.