Class: Aws::WellArchitected::Types::ConsolidatedReportMetric

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

A metric that contributes to the consolidated report.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lensesArray<Types::LensMetric>

The metrics for the lenses in the workload.

Returns:



741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end

#lenses_applied_countInteger

The total number of lenses applied to the workload.

Returns:

  • (Integer)


741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end

#metric_typeString

The metric type of a metric in the consolidated report. Currently only WORKLOAD metric types are supported.

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end

#risk_countsHash<String,Integer>

A map from risk names to the count of how many questions have that rating.

Returns:

  • (Hash<String,Integer>)


741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time recorded.

Returns:

  • (Time)


741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end

#workload_arnString

The ARN for the workload.

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end

#workload_idString

The ID assigned to the workload. This ID is unique within an Amazon Web Services Region.

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end

#workload_nameString

The name of the workload.

The name must be unique within an account within an Amazon Web Services Region. Spaces and capitalization are ignored when checking for uniqueness.

Returns:

  • (String)


741
742
743
744
745
746
747
748
749
750
751
752
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 741

class ConsolidatedReportMetric < Struct.new(
  :metric_type,
  :risk_counts,
  :workload_id,
  :workload_name,
  :workload_arn,
  :updated_at,
  :lenses,
  :lenses_applied_count)
  SENSITIVE = []
  include Aws::Structure
end