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_url ⇒ String

The URL to the artifact for the execution step.

Returns:

  • (String) —

    The URL to the artifact for the execution step.

#context ⇒ String

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

Returns:

  • (String) —

    The context for the current step.

#end_time ⇒ Time

The end date and time of the execution step.

Returns:

  • (Time) —

    The end date and time of the execution step.

#log_url ⇒ String

The URL to the logs for the execution step.

Returns:

  • (String) —

    The URL to the logs for the execution step.

#screenshots ⇒ Hash<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_time ⇒ Time

The start date and time of the execution step.

Returns:

  • (Time) —

    The start date and time of the execution step.

#status ⇒ String

The status of the execution step.

Possible values:

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

Returns:

  • (String) —

    The status of the execution step.

#status_reason ⇒ String

The reason for the current step status.

Returns:

  • (String) —

    The reason for the current step status.

#step_name ⇒ String

The name of the execution step.

Returns:

  • (String) —

    The name of the execution step.

#test_artifacts_url ⇒ String

The URL to the test artifact for the execution step.

Returns:

  • (String) —

    The URL to the test artifact for the execution step.

#test_config_url ⇒ String

The URL to the test configuration for the execution step.

Returns:

  • (String) —

    The URL to the test configuration for the execution step.