Class: Aws::SecurityAgent::Types::Step

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Represents a single step in pentest job execution

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Timestamp when the step was created

Returns:

  • (Time)


3373
3374
3375
3376
3377
3378
3379
3380
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3373

class Step < Struct.new(
  :name,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the execution step

Returns:

  • (String)


3373
3374
3375
3376
3377
3378
3379
3380
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3373

class Step < Struct.new(
  :name,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the step

Returns:

  • (String)


3373
3374
3375
3376
3377
3378
3379
3380
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3373

class Step < Struct.new(
  :name,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when the step was last updated

Returns:

  • (Time)


3373
3374
3375
3376
3377
3378
3379
3380
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3373

class Step < Struct.new(
  :name,
  :status,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end