Class: Aws::WellArchitected::Types::VersionDifferences

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pillar_differencesArray<Types::PillarDifference>

The differences between the base and latest versions of the lens.

Returns:



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