Class: Aws::Types::AlarmRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_name ⇒ ::String

Returns the value of attribute app_component_name.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def app_component_name
  @app_component_name
end

#app_component_names ⇒ ::Array[::String]

Returns the value of attribute app_component_names.

Returns:

  • (::Array[::String])


54
55
56
# File 'sig/types.rbs', line 54

def app_component_names
  @app_component_names
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def description
  @description
end

#items ⇒ ::Array[Types::RecommendationItem]

Returns the value of attribute items.

Returns:



56
57
58
# File 'sig/types.rbs', line 56

def items
  @items
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def name
  @name
end

#prerequisite ⇒ ::String

Returns the value of attribute prerequisite.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def prerequisite
  @prerequisite
end

#recommendation_id ⇒ ::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


59
60
61
# File 'sig/types.rbs', line 59

def recommendation_id
  @recommendation_id
end

#recommendation_status ⇒ "Implemented", ...

Returns the value of attribute recommendation_status.

Returns:

  • ("Implemented", "Inactive", "NotImplemented", "Excluded")


60
61
62
# File 'sig/types.rbs', line 60

def recommendation_status
  @recommendation_status
end

#reference_id ⇒ ::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


61
62
63
# File 'sig/types.rbs', line 61

def reference_id
  @reference_id
end

#type ⇒ "Metric", ...

Returns the value of attribute type.

Returns:

  • ("Metric", "Composite", "Canary", "Logs", "Event")


62
63
64
# File 'sig/types.rbs', line 62

def type
  @type
end