Class: Aws::Types::InferredWorkloadSaving
- Inherits:
-
Object
- Object
- Aws::Types::InferredWorkloadSaving
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Returns the value of attribute estimated_monthly_savings.
-
#inferred_workload_types ⇒ ::Array[("AmazonEmr" | "ApacheCassandra" | "ApacheHadoop" | "Memcached" | "Nginx" | "PostgreSql" | "Redis" | "Kafka" | "SQLServer")]
Returns the value of attribute inferred_workload_types.
Instance Attribute Details
#estimated_monthly_savings ⇒ Types::EstimatedMonthlySavings
Returns the value of attribute estimated_monthly_savings.
774 775 776 |
# File 'sig/types.rbs', line 774 def estimated_monthly_savings @estimated_monthly_savings end |
#inferred_workload_types ⇒ ::Array[("AmazonEmr" | "ApacheCassandra" | "ApacheHadoop" | "Memcached" | "Nginx" | "PostgreSql" | "Redis" | "Kafka" | "SQLServer")]
Returns the value of attribute inferred_workload_types.
773 774 775 |
# File 'sig/types.rbs', line 773 def inferred_workload_types @inferred_workload_types end |