Class: Aws::WellArchitected::Types::VersionDifferences
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::VersionDifferences
- Defined in:
- gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb
Overview
The differences between the base and latest versions of the lens.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pillar_differences ⇒ Array<Types::PillarDifference>
The differences between the base and latest versions of the lens.
Instance Attribute Details
#pillar_differences ⇒ Array<Types::PillarDifference>
The differences between the base and latest versions of the lens.
8867 8868 8869 8870 8871 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 8867 class VersionDifferences < Struct.new( :pillar_differences) SENSITIVE = [] include Aws::Structure end |