Method: Aws::WellArchitected::Types::LensReviewSummary#profiles
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
#profiles ⇒ Array<Types::WorkloadProfile>
The profiles associated with the workload.
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 |