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

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

Overview

Agent space structure

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_space_idString

Unique identifier of the agent space

Returns:

  • (String)


182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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_resourcesTypes::AWSResources

AWS resource configurations

Returns:



182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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_settingsTypes::CodeReviewSettings

Configuration for code review analysis, including controls scanning and general purpose scanning settings



182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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_atTime

Timestamp when the agent space was created

Returns:

  • (Time)


182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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

#descriptionString

Description of the agent space

Returns:

  • (String)


182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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_idString

Identifier of the KMS key used to encrypt data. Can be a key ID, key ARN, alias name, or alias ARN. If not specified, an AWS managed key is used.

Returns:

  • (String)


182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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

#nameString

Name of the agent space

Returns:

  • (String)


182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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_idsArray<String>

List of target domain IDs registered with the agent space

Returns:

  • (Array<String>)


182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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_atTime

Timestamp when the agent space was last updated

Returns:

  • (Time)


182
183
184
185
186
187
188
189
190
191
192
193
194
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 182

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