Class: Aws::Types::SopRecommendation

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)


1261
1262
1263
# File 'sig/types.rbs', line 1261

def app_component_name
  @app_component_name
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1262
1263
1264
# File 'sig/types.rbs', line 1262

def description
  @description
end

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

Returns the value of attribute items.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def items
  @items
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def name
  @name
end

#prerequisite ⇒ ::String

Returns the value of attribute prerequisite.

Returns:

  • (::String)


1265
1266
1267
# File 'sig/types.rbs', line 1265

def prerequisite
  @prerequisite
end

#recommendation_id ⇒ ::String

Returns the value of attribute recommendation_id.

Returns:

  • (::String)


1266
1267
1268
# File 'sig/types.rbs', line 1266

def recommendation_id
  @recommendation_id
end

#recommendation_status ⇒ "Implemented", ...

Returns the value of attribute recommendation_status.

Returns:

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


1267
1268
1269
# File 'sig/types.rbs', line 1267

def recommendation_status
  @recommendation_status
end

#reference_id ⇒ ::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


1268
1269
1270
# File 'sig/types.rbs', line 1268

def reference_id
  @reference_id
end

#service_type ⇒ "SSM"

Returns the value of attribute service_type.

Returns:

  • ("SSM")


1269
1270
1271
# File 'sig/types.rbs', line 1269

def service_type
  @service_type
end