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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplify/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts_urlString

The URL to the artifact for the execution step.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#contextString

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

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end date and time of the execution step.

Returns:

  • (Time)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#log_urlString

The URL to the logs for the execution step.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#screenshotsHash<String,String>

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

Returns:

  • (Hash<String,String>)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start date and time of the execution step.

Returns:

  • (Time)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the execution step.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason for the current step status.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#step_nameString

The name of the execution step.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#test_artifacts_urlString

The URL to the test artifact for the execution step.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end

#test_config_urlString

The URL to the test configuration for the execution step.

Returns:

  • (String)


2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
# File 'lib/aws-sdk-amplify/types.rb', line 2418

class Step < Struct.new(
  :step_name,
  :start_time,
  :status,
  :end_time,
  :log_url,
  :artifacts_url,
  :test_artifacts_url,
  :test_config_url,
  :screenshots,
  :status_reason,
  :context)
  SENSITIVE = []
  include Aws::Structure
end