Class: Aws::SecurityAgent::Types::StopThreatModelJobInput

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

Overview

Input for stopping 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)


7493
7494
7495
7496
7497
7498
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7493

class StopThreatModelJobInput < Struct.new(
  :agent_space_id,
  :threat_model_job_id)
  SENSITIVE = []
  include Aws::Structure
end

#threat_model_job_id ⇒ String

The unique identifier of the threat model job to stop.

Returns:

  • (String)


7493
7494
7495
7496
7497
7498
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 7493

class StopThreatModelJobInput < Struct.new(
  :agent_space_id,
  :threat_model_job_id)
  SENSITIVE = []
  include Aws::Structure
end