Class: Aws::Types::OrganizationRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationRecommendation
- 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.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#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.
-
#resolved_at ⇒ ::Time
Returns the value of attribute resolved_at.
-
#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.
-
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
-
#update_reason_code ⇒ "non_critical_account", ...
Returns the value of attribute update_reason_code.
-
#updated_on_behalf_of ⇒ ::String
Returns the value of attribute updated_on_behalf_of.
-
#updated_on_behalf_of_job_title ⇒ ::String
Returns the value of attribute updated_on_behalf_of_job_title.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
221 222 223 |
# File 'sig/types.rbs', line 221 def arn @arn end |
#aws_services ⇒ ::Array[::String]
Returns the value of attribute aws_services.
215 216 217 |
# File 'sig/types.rbs', line 215 def aws_services @aws_services end |
#check_arn ⇒ ::String
Returns the value of attribute check_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def check_arn @check_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
219 220 221 |
# File 'sig/types.rbs', line 219 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
223 224 225 |
# File 'sig/types.rbs', line 223 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
222 223 224 |
# File 'sig/types.rbs', line 222 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
208 209 210 |
# File 'sig/types.rbs', line 208 def id @id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
220 221 222 |
# File 'sig/types.rbs', line 220 def last_updated_at @last_updated_at end |
#lifecycle_stage ⇒ "in_progress", ...
Returns the value of attribute lifecycle_stage.
212 213 214 |
# File 'sig/types.rbs', line 212 def lifecycle_stage @lifecycle_stage end |
#name ⇒ ::String
Returns the value of attribute name.
216 217 218 |
# File 'sig/types.rbs', line 216 def name @name end |
#pillar_specific_aggregates ⇒ Types::RecommendationPillarSpecificAggregates
Returns the value of attribute pillar_specific_aggregates.
218 219 220 |
# File 'sig/types.rbs', line 218 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.
213 214 215 |
# File 'sig/types.rbs', line 213 def pillars @pillars end |
#resolved_at ⇒ ::Time
Returns the value of attribute resolved_at.
228 229 230 |
# File 'sig/types.rbs', line 228 def resolved_at @resolved_at end |
#resources_aggregates ⇒ Types::RecommendationResourcesAggregates
Returns the value of attribute resources_aggregates.
217 218 219 |
# File 'sig/types.rbs', line 217 def resources_aggregates @resources_aggregates end |
#source ⇒ "aws_config", ...
Returns the value of attribute source.
214 215 216 |
# File 'sig/types.rbs', line 214 def source @source end |
#status ⇒ "ok", ...
Returns the value of attribute status.
211 212 213 |
# File 'sig/types.rbs', line 211 def status @status end |
#type ⇒ "standard", "priority"
Returns the value of attribute type.
209 210 211 |
# File 'sig/types.rbs', line 209 def type @type end |
#update_reason ⇒ ::String
Returns the value of attribute update_reason.
226 227 228 |
# File 'sig/types.rbs', line 226 def update_reason @update_reason end |
#update_reason_code ⇒ "non_critical_account", ...
Returns the value of attribute update_reason_code.
227 228 229 |
# File 'sig/types.rbs', line 227 def update_reason_code @update_reason_code end |
#updated_on_behalf_of ⇒ ::String
Returns the value of attribute updated_on_behalf_of.
224 225 226 |
# File 'sig/types.rbs', line 224 def updated_on_behalf_of @updated_on_behalf_of end |
#updated_on_behalf_of_job_title ⇒ ::String
Returns the value of attribute updated_on_behalf_of_job_title.
225 226 227 |
# File 'sig/types.rbs', line 225 def updated_on_behalf_of_job_title @updated_on_behalf_of_job_title end |