Class: Aws::WellArchitected::Types::CrossPillarBenefit

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

Overview

A benefit on a different pillar from acting on the recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of what changes and why it matters.

Returns:

  • (String)


2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2315

class CrossPillarBenefit < Struct.new(
  :pillar,
  :title,
  :description,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#impactString

The severity of the benefit.

Returns:

  • (String)


2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2315

class CrossPillarBenefit < Struct.new(
  :pillar,
  :title,
  :description,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#pillarString

The pillar that would be positively impacted.

Returns:

  • (String)


2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2315

class CrossPillarBenefit < Struct.new(
  :pillar,
  :title,
  :description,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

A short phrase describing the outcome.

Returns:

  • (String)


2315
2316
2317
2318
2319
2320
2321
2322
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2315

class CrossPillarBenefit < Struct.new(
  :pillar,
  :title,
  :description,
  :impact)
  SENSITIVE = []
  include Aws::Structure
end