Class: Aws::Types::TradeOff

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1841
1842
1843
# File 'sig/types.rbs', line 1841

def description
  @description
end

#mitigation ⇒ ::String

Returns the value of attribute mitigation.

Returns:

  • (::String)


1843
1844
1845
# File 'sig/types.rbs', line 1843

def mitigation
  @mitigation
end

#pillar ⇒ "COST_OPTIMIZATION", ...

Returns the value of attribute pillar.

Returns:

  • ("COST_OPTIMIZATION", "SECURITY", "RESILIENCE", "PERFORMANCE", "OPERATIONAL_EXCELLENCE")


1839
1840
1841
# File 'sig/types.rbs', line 1839

def pillar
  @pillar
end

#risk ⇒ "LOW", ...

Returns the value of attribute risk.

Returns:

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


1842
1843
1844
# File 'sig/types.rbs', line 1842

def risk
  @risk
end

#risk_explanation ⇒ ::String

Returns the value of attribute risk_explanation.

Returns:

  • (::String)


1844
1845
1846
# File 'sig/types.rbs', line 1844

def risk_explanation
  @risk_explanation
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


1840
1841
1842
# File 'sig/types.rbs', line 1840

def title
  @title
end