Class: Aws::Types::CrossPillarBenefit

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)


520
521
522
# File 'sig/types.rbs', line 520

def description
  @description
end

#impact ⇒ "HIGH", ...

Returns the value of attribute impact.

Returns:

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


521
522
523
# File 'sig/types.rbs', line 521

def impact
  @impact
end

#pillar ⇒ "COST_OPTIMIZATION", ...

Returns the value of attribute pillar.

Returns:

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


518
519
520
# File 'sig/types.rbs', line 518

def pillar
  @pillar
end

#title ⇒ ::String

Returns the value of attribute title.

Returns:

  • (::String)


519
520
521
# File 'sig/types.rbs', line 519

def title
  @title
end