Method: Aws::WellArchitected::Types::LensReviewSummary#lens_arn
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
#lens_arn ⇒ String
The ARN for the lens.
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 |