Class: Aws::Types::Recommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2391
2392
2393
# File 'sig/types.rbs', line 2391

def cluster_identifier
  @cluster_identifier
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2393
2394
2395
# File 'sig/types.rbs', line 2393

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2396
2397
2398
# File 'sig/types.rbs', line 2396

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2390
2391
2392
# File 'sig/types.rbs', line 2390

def id
  @id
end

#impact_ranking"HIGH", ...

Returns the value of attribute impact_ranking.

Returns:

  • ("HIGH", "MEDIUM", "LOW")


2398
2399
2400
# File 'sig/types.rbs', line 2398

def impact_ranking
  @impact_ranking
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


2392
2393
2394
# File 'sig/types.rbs', line 2392

def namespace_arn
  @namespace_arn
end

#observation::String

Returns the value of attribute observation.

Returns:

  • (::String)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def observation
  @observation
end

#recommendation_text::String

Returns the value of attribute recommendation_text.

Returns:

  • (::String)


2399
2400
2401
# File 'sig/types.rbs', line 2399

def recommendation_text
  @recommendation_text
end

#recommendation_type::String

Returns the value of attribute recommendation_type.

Returns:

  • (::String)


2394
2395
2396
# File 'sig/types.rbs', line 2394

def recommendation_type
  @recommendation_type
end

Returns the value of attribute recommended_actions.

Returns:



2400
2401
2402
# File 'sig/types.rbs', line 2400

def recommended_actions
  @recommended_actions
end

Returns the value of attribute reference_links.

Returns:



2401
2402
2403
# File 'sig/types.rbs', line 2401

def reference_links
  @reference_links
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2395
2396
2397
# File 'sig/types.rbs', line 2395

def title
  @title
end