Class: Aws::Types::RecommendationForResourceSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationForResourceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_resource_arn ⇒ ::String
Returns the value of attribute aws_resource_arn.
-
#check_arn ⇒ ::String
Returns the value of attribute check_arn.
-
#exclusion_status ⇒ "excluded", "included"
Returns the value of attribute exclusion_status.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
-
#pillars ⇒ ::Array[("cost_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")]
Returns the value of attribute pillars.
-
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
-
#status ⇒ "ok", ...
Returns the value of attribute status.
Instance Attribute Details
#aws_resource_arn ⇒ ::String
Returns the value of attribute aws_resource_arn.
299 300 301 |
# File 'sig/types.rbs', line 299 def aws_resource_arn @aws_resource_arn end |
#check_arn ⇒ ::String
Returns the value of attribute check_arn.
297 298 299 |
# File 'sig/types.rbs', line 297 def check_arn @check_arn end |
#exclusion_status ⇒ "excluded", "included"
Returns the value of attribute exclusion_status.
302 303 304 |
# File 'sig/types.rbs', line 302 def exclusion_status @exclusion_status end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
301 302 303 |
# File 'sig/types.rbs', line 301 def last_updated_at @last_updated_at end |
#metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute metadata.
303 304 305 |
# File 'sig/types.rbs', line 303 def @metadata end |
#pillars ⇒ ::Array[("cost_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")]
Returns the value of attribute pillars.
304 305 306 |
# File 'sig/types.rbs', line 304 def pillars @pillars end |
#recommendation_arn ⇒ ::String
Returns the value of attribute recommendation_arn.
298 299 300 |
# File 'sig/types.rbs', line 298 def recommendation_arn @recommendation_arn end |
#status ⇒ "ok", ...
Returns the value of attribute status.
300 301 302 |
# File 'sig/types.rbs', line 300 def status @status end |