Class: Aws::SecurityAgent::Types::AgentSpace

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

Overview

Represents an agent space, which is a dedicated workspace for securing a specific application. An agent space contains the configuration, resources, and settings needed for security testing.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_id ⇒ String

The unique identifier of the agent space.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#aws_resources ⇒ Types::AWSResources

The AWS resources associated with the agent space.

Returns:



226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#code_review_settings ⇒ Types::CodeReviewSettings

The code review settings for the agent space.



226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_at ⇒ Time

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

Returns:

  • (Time)


226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

A description of the agent space.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_id ⇒ String

The identifier of the AWS KMS key used to encrypt data in the agent space.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the agent space.

Returns:

  • (String)


226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#target_domain_ids ⇒ Array<String>

The list of target domain identifiers associated with the agent space.

Returns:

  • (Array<String>)


226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_at ⇒ Time

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

Returns:

  • (Time)


226
227
228
229
230
231
232
233
234
235
236
237
238
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 226

class AgentSpace < Struct.new(
  :agent_space_id,
  :name,
  :description,
  :aws_resources,
  :target_domain_ids,
  :code_review_settings,
  :kms_key_id,
  :created_at,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end