Class: Aws::WellArchitected::Types::AgentRecommendationRemediation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp when the remediation was created.

Returns:

  • (Time)


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_byString

The identifier of the user or system that created this remediation.

Returns:

  • (String)


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_atTime

The timestamp when the remediation was last modified.

Returns:

  • (Time)


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_byString

The identifier of the user or system that last modified this remediation.

Returns:

  • (String)


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_arnString

The ARN of the recommendation that this remediation belongs to.

Returns:

  • (String)


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

External references associated with the steps.

Returns:



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

#stepsArray<Types::RemediationStep>

The procedural steps to perform the remediation.

Returns:



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

#typeString

The remediation method.

Returns:

  • (String)


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