Class: Aws::WellArchitected::Types::AgentRecommendationRemediation
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::AgentRecommendationRemediation
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
The core fields for a remediation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp when the remediation was created.
-
#created_by ⇒ String
The identifier of the user or system that created this remediation.
-
#last_modified_at ⇒ Time
The timestamp when the remediation was last modified.
-
#last_modified_by ⇒ String
The identifier of the user or system that last modified this remediation.
-
#recommendation_arn ⇒ String
The ARN of the recommendation that this remediation belongs to.
-
#resource_links ⇒ Array<Types::ResourceLink>
External references associated with the steps.
-
#steps ⇒ Array<Types::RemediationStep>
The procedural steps to perform the remediation.
-
#type ⇒ String
The remediation method.
Instance Attribute Details
#created_at ⇒ Time
The timestamp when the remediation was created.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ String
The identifier of the user or system that created this remediation.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#last_modified_at ⇒ Time
The timestamp when the remediation was last modified.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#last_modified_by ⇒ String
The identifier of the user or system that last modified this remediation.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#recommendation_arn ⇒ String
The ARN of the recommendation that this remediation belongs to.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#resource_links ⇒ Array<Types::ResourceLink>
External references associated with the steps.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#steps ⇒ Array<Types::RemediationStep>
The procedural steps to perform the remediation.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The remediation method.
368 369 370 371 372 373 374 375 376 377 378 379 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 368 class AgentRecommendationRemediation < Struct.new( :recommendation_arn, :type, :steps, :resource_links, :created_by, :created_at, :last_modified_by, :last_modified_at) SENSITIVE = [] include Aws::Structure end |