Class: Aws::SecurityAgent::Types::UpdateAgentSpaceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdateAgentSpaceOutput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Output for the UpdateAgentSpace operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
Unique identifier of the agent space.
-
#aws_resources ⇒ Types::AWSResources
AWS resource configurations associated with the agent space.
-
#code_review_settings ⇒ Types::CodeReviewSettings
Configuration for code review analysis, including controls scanning and general purpose scanning settings.
-
#created_at ⇒ Time
Timestamp when the agent space was created.
-
#description ⇒ String
Description of the agent space.
-
#name ⇒ String
Name of the agent space.
-
#target_domain_ids ⇒ Array<String>
List of target domain IDs registered with the agent space.
-
#updated_at ⇒ Time
Timestamp when the agent space was last updated.
Instance Attribute Details
#agent_space_id ⇒ String
Unique identifier of the agent space
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#aws_resources ⇒ Types::AWSResources
AWS resource configurations associated with the agent space
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#code_review_settings ⇒ Types::CodeReviewSettings
Configuration for code review analysis, including controls scanning and general purpose scanning settings
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
Timestamp when the agent space was created
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the agent space
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the agent space
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#target_domain_ids ⇒ Array<String>
List of target domain IDs registered with the agent space
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
Timestamp when the agent space was last updated
3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3749 class UpdateAgentSpaceOutput < Struct.new( :agent_space_id, :name, :description, :aws_resources, :target_domain_ids, :code_review_settings, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |