Class: Aws::SecurityAgent::Types::CreateThreatModelOutput

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

Overview

Output for the CreateThreatModel operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id ⇒ String

The unique identifier of the agent space that contains the threat model.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#assets ⇒ Types::Assets

The assets included in the threat model.

Returns:



3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

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

Returns:

  • (Time)


3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the application or system being threat modeled.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#log_config ⇒ Types::CloudWatchLog

The CloudWatch Logs configuration for the threat model.



3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#report_destination ⇒ Types::ReportDestination

The destination for publishing scan reports to an integrated document provider.



3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#scope_docs ⇒ Array<Types::DocumentInfo>

The scoped documents for the agent to focus on during threat modeling.

Returns:



3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#service_role ⇒ String

The IAM service role used for the threat model.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#threat_model_id ⇒ String

The unique identifier of the created threat model.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#title ⇒ String

The title of the threat model.

Returns:

  • (String)


3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

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

Returns:

  • (Time)


3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3131

class CreateThreatModelOutput < Struct.new(
  :threat_model_id,
  :title,
  :agent_space_id,
  :description,
  :assets,
  :scope_docs,
  :service_role,
  :log_config,
  :created_at,
  :updated_at,
  :report_destination)
  SENSITIVE = []
  include Aws::Structure
end