Class: Aws::Types::RecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::RecommendationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_services ⇒ ::Array[::String]
Returns the value of attribute aws_services.
-
#check_arn ⇒ ::String
Returns the value of attribute check_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#lifecycle_stage ⇒ "in_progress", ...
Returns the value of attribute lifecycle_stage.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pillar_specific_aggregates ⇒ Types::RecommendationPillarSpecificAggregates
Returns the value of attribute pillar_specific_aggregates.
-
#pillars ⇒ ::Array[("cost_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")]
Returns the value of attribute pillars.
-
#resources_aggregates ⇒ Types::RecommendationResourcesAggregates
Returns the value of attribute resources_aggregates.
-
#source ⇒ "aws_config", ...
Returns the value of attribute source.
-
#status ⇒ "ok", ...
Returns the value of attribute status.
-
#status_reason ⇒ "no_data_ok"
Returns the value of attribute status_reason.
-
#type ⇒ "standard", "priority"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
354 355 356 |
# File 'sig/types.rbs', line 354 def arn @arn end |
#aws_services ⇒ ::Array[::String]
Returns the value of attribute aws_services.
348 349 350 |
# File 'sig/types.rbs', line 348 def aws_services @aws_services end |
#check_arn ⇒ ::String
Returns the value of attribute check_arn.
343 344 345 |
# File 'sig/types.rbs', line 343 def check_arn @check_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
352 353 354 |
# File 'sig/types.rbs', line 352 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
341 342 343 |
# File 'sig/types.rbs', line 341 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
353 354 355 |
# File 'sig/types.rbs', line 353 def last_updated_at @last_updated_at end |
#lifecycle_stage ⇒ "in_progress", ...
Returns the value of attribute lifecycle_stage.
345 346 347 |
# File 'sig/types.rbs', line 345 def lifecycle_stage @lifecycle_stage end |
#name ⇒ ::String
Returns the value of attribute name.
349 350 351 |
# File 'sig/types.rbs', line 349 def name @name end |
#pillar_specific_aggregates ⇒ Types::RecommendationPillarSpecificAggregates
Returns the value of attribute pillar_specific_aggregates.
351 352 353 |
# File 'sig/types.rbs', line 351 def pillar_specific_aggregates @pillar_specific_aggregates end |
#pillars ⇒ ::Array[("cost_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")]
Returns the value of attribute pillars.
346 347 348 |
# File 'sig/types.rbs', line 346 def pillars @pillars end |
#resources_aggregates ⇒ Types::RecommendationResourcesAggregates
Returns the value of attribute resources_aggregates.
350 351 352 |
# File 'sig/types.rbs', line 350 def resources_aggregates @resources_aggregates end |
#source ⇒ "aws_config", ...
Returns the value of attribute source.
347 348 349 |
# File 'sig/types.rbs', line 347 def source @source end |
#status ⇒ "ok", ...
Returns the value of attribute status.
344 345 346 |
# File 'sig/types.rbs', line 344 def status @status end |
#status_reason ⇒ "no_data_ok"
Returns the value of attribute status_reason.
355 356 357 |
# File 'sig/types.rbs', line 355 def status_reason @status_reason end |
#type ⇒ "standard", "priority"
Returns the value of attribute type.
342 343 344 |
# File 'sig/types.rbs', line 342 def type @type end |