Class: Aws::WellArchitected::Types::PillarDifference
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::PillarDifference
- Defined in:
- gems/aws-sdk-wellarchitected/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.
4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4371 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.
4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4371 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.
4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4371 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.
4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4371 class PillarDifference < Struct.new( :pillar_id, :pillar_name, :difference_status, :question_differences) SENSITIVE = [] include Aws::Structure end |