Class: Aws::Types::RecommendationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1173
1174
1175
# File 'sig/types.rbs', line 1173

def 
  @account_id
end

#aggregated_savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute aggregated_savings_opportunity.



1176
1177
1178
# File 'sig/types.rbs', line 1176

def aggregated_savings_opportunity
  @aggregated_savings_opportunity
end

#current_performance_risk_ratingsTypes::CurrentPerformanceRiskRatings

Returns the value of attribute current_performance_risk_ratings.



1177
1178
1179
# File 'sig/types.rbs', line 1177

def current_performance_risk_ratings
  @current_performance_risk_ratings
end

#idle_savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute idle_savings_opportunity.



1175
1176
1177
# File 'sig/types.rbs', line 1175

def idle_savings_opportunity
  @idle_savings_opportunity
end

#idle_summaries::Array[Types::IdleSummary]

Returns the value of attribute idle_summaries.

Returns:



1171
1172
1173
# File 'sig/types.rbs', line 1171

def idle_summaries
  @idle_summaries
end

#inferred_workload_savings::Array[Types::InferredWorkloadSaving]

Returns the value of attribute inferred_workload_savings.

Returns:



1178
1179
1180
# File 'sig/types.rbs', line 1178

def inferred_workload_savings
  @inferred_workload_savings
end

#recommendation_resource_type"Ec2Instance", ...

Returns the value of attribute recommendation_resource_type.

Returns:

  • ("Ec2Instance", "AutoScalingGroup", "EbsVolume", "LambdaFunction", "EcsService", "License", "RdsDBInstance", "RdsDBInstanceStorage", "AuroraDBClusterStorage", "NatGateway", "DynamoDBTable", "ElastiCacheCluster", "MemoryDBCluster", "DocumentDBCluster", "WorkSpaces", "SageMakerEndpoint")


1172
1173
1174
# File 'sig/types.rbs', line 1172

def recommendation_resource_type
  @recommendation_resource_type
end

#savings_opportunityTypes::SavingsOpportunity

Returns the value of attribute savings_opportunity.



1174
1175
1176
# File 'sig/types.rbs', line 1174

def savings_opportunity
  @savings_opportunity
end

#summaries::Array[Types::Summary]

Returns the value of attribute summaries.

Returns:



1170
1171
1172
# File 'sig/types.rbs', line 1170

def summaries
  @summaries
end