Class: Aws::WellArchitected::Types::PillarDifference
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::PillarDifference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
A pillar difference return object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#difference_status ⇒ String
Indicates the type of change to the pillar.
-
#pillar_id ⇒ String
The ID used to identify a pillar, for example,
security. -
#pillar_name ⇒ String
The name of the pillar.
-
#question_differences ⇒ Array<Types::QuestionDifference>
List of question differences.
Instance Attribute Details
#difference_status ⇒ String
Indicates the type of change to the pillar.
6117 6118 6119 6120 6121 6122 6123 6124 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6117 class PillarDifference < Struct.new( :pillar_id, :pillar_name, :difference_status, :question_differences) SENSITIVE = [] include Aws::Structure end |
#pillar_id ⇒ String
The ID used to identify a pillar, for example, security.
A pillar is identified by its PillarReviewSummary$PillarId.
6117 6118 6119 6120 6121 6122 6123 6124 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6117 class PillarDifference < Struct.new( :pillar_id, :pillar_name, :difference_status, :question_differences) SENSITIVE = [] include Aws::Structure end |
#pillar_name ⇒ String
The name of the pillar.
6117 6118 6119 6120 6121 6122 6123 6124 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6117 class PillarDifference < Struct.new( :pillar_id, :pillar_name, :difference_status, :question_differences) SENSITIVE = [] include Aws::Structure end |
#question_differences ⇒ Array<Types::QuestionDifference>
List of question differences.
6117 6118 6119 6120 6121 6122 6123 6124 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6117 class PillarDifference < Struct.new( :pillar_id, :pillar_name, :difference_status, :question_differences) SENSITIVE = [] include Aws::Structure end |