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)


2380
2381
2382
# File 'sig/types.rbs', line 2380

def cluster_identifier
  @cluster_identifier
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2382
2383
2384
# File 'sig/types.rbs', line 2382

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2385
2386
2387
# File 'sig/types.rbs', line 2385

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def id
  @id
end

#impact_ranking"HIGH", ...

Returns the value of attribute impact_ranking.

Returns:

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


2387
2388
2389
# File 'sig/types.rbs', line 2387

def impact_ranking
  @impact_ranking
end

#namespace_arn::String

Returns the value of attribute namespace_arn.

Returns:

  • (::String)


2381
2382
2383
# File 'sig/types.rbs', line 2381

def namespace_arn
  @namespace_arn
end

#observation::String

Returns the value of attribute observation.

Returns:

  • (::String)


2386
2387
2388
# File 'sig/types.rbs', line 2386

def observation
  @observation
end

#recommendation_text::String

Returns the value of attribute recommendation_text.

Returns:

  • (::String)


2388
2389
2390
# File 'sig/types.rbs', line 2388

def recommendation_text
  @recommendation_text
end

#recommendation_type::String

Returns the value of attribute recommendation_type.

Returns:

  • (::String)


2383
2384
2385
# File 'sig/types.rbs', line 2383

def recommendation_type
  @recommendation_type
end

Returns the value of attribute recommended_actions.

Returns:



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

def recommended_actions
  @recommended_actions
end

Returns the value of attribute reference_links.

Returns:



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

def reference_links
  @reference_links
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


2384
2385
2386
# File 'sig/types.rbs', line 2384

def title
  @title
end