Class: Aws::Types::OrganizationRecommendationSummary
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationRecommendationSummary
- 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.
-
#type ⇒ "standard", "priority"
Returns the value of attribute type.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
260 261 262 |
# File 'sig/types.rbs', line 260 def arn @arn end |
#aws_services ⇒ ::Array[::String]
Returns the value of attribute aws_services.
254 255 256 |
# File 'sig/types.rbs', line 254 def aws_services @aws_services end |
#check_arn ⇒ ::String
Returns the value of attribute check_arn.
249 250 251 |
# File 'sig/types.rbs', line 249 def check_arn @check_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
258 259 260 |
# File 'sig/types.rbs', line 258 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
247 248 249 |
# File 'sig/types.rbs', line 247 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
259 260 261 |
# File 'sig/types.rbs', line 259 def last_updated_at @last_updated_at end |
#lifecycle_stage ⇒ "in_progress", ...
Returns the value of attribute lifecycle_stage.
251 252 253 |
# File 'sig/types.rbs', line 251 def lifecycle_stage @lifecycle_stage end |
#name ⇒ ::String
Returns the value of attribute name.
255 256 257 |
# File 'sig/types.rbs', line 255 def name @name end |
#pillar_specific_aggregates ⇒ Types::RecommendationPillarSpecificAggregates
Returns the value of attribute pillar_specific_aggregates.
257 258 259 |
# File 'sig/types.rbs', line 257 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.
252 253 254 |
# File 'sig/types.rbs', line 252 def pillars @pillars end |
#resources_aggregates ⇒ Types::RecommendationResourcesAggregates
Returns the value of attribute resources_aggregates.
256 257 258 |
# File 'sig/types.rbs', line 256 def resources_aggregates @resources_aggregates end |
#source ⇒ "aws_config", ...
Returns the value of attribute source.
253 254 255 |
# File 'sig/types.rbs', line 253 def source @source end |
#status ⇒ "ok", ...
Returns the value of attribute status.
250 251 252 |
# File 'sig/types.rbs', line 250 def status @status end |
#type ⇒ "standard", "priority"
Returns the value of attribute type.
248 249 250 |
# File 'sig/types.rbs', line 248 def type @type end |