Class: Aws::Types::RecommendationForResourceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_resource_arn::String

Returns the value of attribute aws_resource_arn.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def aws_resource_arn
  @aws_resource_arn
end

#check_arn::String

Returns the value of attribute check_arn.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def check_arn
  @check_arn
end

#exclusion_status"excluded", "included"

Returns the value of attribute exclusion_status.

Returns:

  • ("excluded", "included")


302
303
304
# File 'sig/types.rbs', line 302

def exclusion_status
  @exclusion_status
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


301
302
303
# File 'sig/types.rbs', line 301

def last_updated_at
  @last_updated_at
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


303
304
305
# File 'sig/types.rbs', line 303

def 
  @metadata
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")])


304
305
306
# File 'sig/types.rbs', line 304

def pillars
  @pillars
end

#recommendation_arn::String

Returns the value of attribute recommendation_arn.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def recommendation_arn
  @recommendation_arn
end

#status"ok", ...

Returns the value of attribute status.

Returns:

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


300
301
302
# File 'sig/types.rbs', line 300

def status
  @status
end