Class: Aws::SecurityAgent::Types::ThreatModelJobTask

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

Overview

Represents an individual task within a threat model job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id ⇒ String

The unique identifier of the agent space.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

The date and time the task was created, in UTC format.

Returns:

  • (Time)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the task.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#execution_status ⇒ String

The current execution status of the task.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#logs_location ⇒ Types::LogLocation

The location of the task execution logs.

Returns:



8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#task_id ⇒ String

The unique identifier of the task.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#threat_model_id ⇒ String

The unique identifier of the threat model associated with the task.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#threat_model_job_id ⇒ String

The unique identifier of the threat model job that contains the task.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The title of the task.

Returns:

  • (String)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

The date and time the task was last updated, in UTC format.

Returns:

  • (Time)


8155
8156
8157
8158
8159
8160
8161
8162
8163
8164
8165
8166
8167
8168
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8155

class ThreatModelJobTask < Struct.new(
  :task_id,
  :threat_model_id,
  :threat_model_job_id,
  :agent_space_id,
  :title,
  :description,
  :execution_status,
  :logs_location,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end