Class: Aws::Types::TestRecommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_id ⇒ ::String

Returns the value of attribute app_component_id.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def app_component_id
  @app_component_id
end

#app_component_name ⇒ ::String

Returns the value of attribute app_component_name.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def app_component_name
  @app_component_name
end

#depends_on_alarms ⇒ ::Array[::String]

Returns the value of attribute depends_on_alarms.

Returns:

  • (::Array[::String])


1335
1336
1337
# File 'sig/types.rbs', line 1335

def depends_on_alarms
  @depends_on_alarms
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1336
1337
1338
# File 'sig/types.rbs', line 1336

def description
  @description
end

#intent ⇒ ::String

Returns the value of attribute intent.

Returns:

  • (::String)


1337
1338
1339
# File 'sig/types.rbs', line 1337

def intent
  @intent
end

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

Returns the value of attribute items.

Returns:



1338
1339
1340
# File 'sig/types.rbs', line 1338

def items
  @items
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1339
1340
1341
# File 'sig/types.rbs', line 1339

def name
  @name
end

#prerequisite ⇒ ::String

Returns the value of attribute prerequisite.

Returns:

  • (::String)


1340
1341
1342
# File 'sig/types.rbs', line 1340

def prerequisite
  @prerequisite
end

#recommendation_id ⇒ ::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


1341
1342
1343
# File 'sig/types.rbs', line 1341

def recommendation_id
  @recommendation_id
end

#recommendation_status ⇒ "Implemented", ...

Returns the value of attribute recommendation_status.

Returns:

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


1342
1343
1344
# File 'sig/types.rbs', line 1342

def recommendation_status
  @recommendation_status
end

#reference_id ⇒ ::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def reference_id
  @reference_id
end

#risk ⇒ "Small", ...

Returns the value of attribute risk.

Returns:

  • ("Small", "Medium", "High")


1344
1345
1346
# File 'sig/types.rbs', line 1344

def risk
  @risk
end

#type ⇒ "Software", ...

Returns the value of attribute type.

Returns:

  • ("Software", "Hardware", "AZ", "Region")


1345
1346
1347
# File 'sig/types.rbs', line 1345

def type
  @type
end