Class: Aws::Types::OrganizationRecommendationSummary

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)


260
261
262
# File 'sig/types.rbs', line 260

def arn
  @arn
end

#aws_services::Array[::String]

Returns the value of attribute aws_services.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


258
259
260
# File 'sig/types.rbs', line 258

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

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


251
252
253
# File 'sig/types.rbs', line 251

def lifecycle_stage
  @lifecycle_stage
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


255
256
257
# File 'sig/types.rbs', line 255

def name
  @name
end

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

Returns:

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


252
253
254
# File 'sig/types.rbs', line 252

def pillars
  @pillars
end

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

Returns:

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


253
254
255
# File 'sig/types.rbs', line 253

def source
  @source
end

#status"ok", ...

Returns the value of attribute status.

Returns:

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


250
251
252
# File 'sig/types.rbs', line 250

def status
  @status
end

#type"standard", "priority"

Returns the value of attribute type.

Returns:

  • ("standard", "priority")


248
249
250
# File 'sig/types.rbs', line 248

def type
  @type
end