class Aws::Amplify::Types::Step

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

@!attribute [rw] step_name

The name of the execution step.
@return [String]

@!attribute [rw] start_time

The start date and time of the execution step.
@return [Time]

@!attribute [rw] status

The status of the execution step.
@return [String]

@!attribute [rw] end_time

The end date and time of the execution step.
@return [Time]

@!attribute [rw] log_url

The URL to the logs for the execution step.
@return [String]

@!attribute [rw] artifacts_url

The URL to the artifact for the execution step.
@return [String]

@!attribute [rw] test_artifacts_url

The URL to the test artifact for the execution step.
@return [String]

@!attribute [rw] test_config_url

The URL to the test configuration for the execution step.
@return [String]

@!attribute [rw] screenshots

The list of screenshot URLs for the execution step, if relevant.
@return [Hash<String,String>]

@!attribute [rw] status_reason

The reason for the current step status.
@return [String]

@!attribute [rw] context

The context for the current step. Includes a build image if the step
is build.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/Step AWS API Documentation

Constants

SENSITIVE