Class: Aws::SecurityAgent::Types::StartThreatModelJobInput

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

Overview

Input for starting a threat model job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

The unique identifier of the agent space.

Returns:

  • (String)


6976
6977
6978
6979
6980
6981
# File 'lib/aws-sdk-securityagent/types.rb', line 6976

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

#threat_model_idString

The unique identifier of the threat model to start a job for.

Returns:

  • (String)


6976
6977
6978
6979
6980
6981
# File 'lib/aws-sdk-securityagent/types.rb', line 6976

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