Class: Aws::WellArchitected::Types::CrossPillarBenefit
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::CrossPillarBenefit
- 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
-
#description ⇒ String
A description of what changes and why it matters.
-
#impact ⇒ String
The severity of the benefit.
-
#pillar ⇒ String
The pillar that would be positively impacted.
-
#title ⇒ String
A short phrase describing the outcome.
Instance Attribute Details
#description ⇒ String
A description of what changes and why it matters.
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 |
#impact ⇒ String
The severity of the benefit.
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 |
#pillar ⇒ String
The pillar that would be positively impacted.
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 |
#title ⇒ String
A short phrase describing the outcome.
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 |