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.
6502 6503 6504 6505 6506 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 6502 class VersionDifferences < Struct.new( :pillar_differences) SENSITIVE = [] include Aws::Structure end |