Class: Aws::Types::RecommendationSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def arn
  @arn
end

#aws_services::Array[::String]

Returns the value of attribute aws_services.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


352
353
354
# File 'sig/types.rbs', line 352

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • ("in_progress", "pending_response", "dismissed", "resolved")


345
346
347
# File 'sig/types.rbs', line 345

def lifecycle_stage
  @lifecycle_stage
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def name
  @name
end

#pillar_specific_aggregatesTypes::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.

Returns:

  • (::Array[("cost_optimizing" | "performance" | "security" | "service_limits" | "fault_tolerance" | "operational_excellence")])


346
347
348
# File 'sig/types.rbs', line 346

def pillars
  @pillars
end

#resources_aggregatesTypes::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.

Returns:

  • ("aws_config", "compute_optimizer", "cost_explorer", "lse", "manual", "pse", "rds", "resilience", "resilience_hub", "security_hub", "stir", "ta_check", "well_architected", "cost_optimization_hub")


347
348
349
# File 'sig/types.rbs', line 347

def source
  @source
end

#status"ok", ...

Returns the value of attribute status.

Returns:

  • ("ok", "warning", "error")


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.

Returns:

  • ("no_data_ok")


355
356
357
# File 'sig/types.rbs', line 355

def status_reason
  @status_reason
end

#type"standard", "priority"

Returns the value of attribute type.

Returns:

  • ("standard", "priority")


342
343
344
# File 'sig/types.rbs', line 342

def type
  @type
end