Method: Aws::WellArchitected::Types::LensReviewSummary#updated_at

Defined in:
lib/aws-sdk-wellarchitected/types.rb

#updated_atTime

The date and time recorded.

Returns:

  • (Time)


2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2948

class LensReviewSummary < Struct.new(
  :lens_alias,
  :lens_arn,
  :lens_version,
  :lens_name,
  :lens_status,
  :updated_at,
  :risk_counts,
  :profiles,
  :prioritized_risk_counts)
  SENSITIVE = []
  include Aws::Structure
end