Class: Aws::TrustedAdvisor::Types::RecommendationResourcesAggregates

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

Overview

Aggregation of Recommendation Resources

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_countInteger

The number of AWS resources that were flagged to have errors according to the Trusted Advisor check

Returns:

  • (Integer)


1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1129

class RecommendationResourcesAggregates < Struct.new(
  :error_count,
  :ok_count,
  :warning_count)
  SENSITIVE = []
  include Aws::Structure
end

#ok_countInteger

The number of AWS resources that were flagged to be OK according to the Trusted Advisor check

Returns:

  • (Integer)


1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1129

class RecommendationResourcesAggregates < Struct.new(
  :error_count,
  :ok_count,
  :warning_count)
  SENSITIVE = []
  include Aws::Structure
end

#warning_countInteger

The number of AWS resources that were flagged to have warning according to the Trusted Advisor check

Returns:

  • (Integer)


1129
1130
1131
1132
1133
1134
1135
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1129

class RecommendationResourcesAggregates < Struct.new(
  :error_count,
  :ok_count,
  :warning_count)
  SENSITIVE = []
  include Aws::Structure
end