Class: Aws::Types::Scope
- Inherits:
-
Object
- Object
- Aws::Types::Scope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#goal_ids ⇒ ::Array[::String]
Returns the value of attribute goal_ids.
-
#items ⇒ ::Array[Types::PillarItem]
Returns the value of attribute items.
-
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
Instance Attribute Details
#goal_ids ⇒ ::Array[::String]
Returns the value of attribute goal_ids.
1738 1739 1740 |
# File 'sig/types.rbs', line 1738 def goal_ids @goal_ids end |
#items ⇒ ::Array[Types::PillarItem]
Returns the value of attribute items.
1739 1740 1741 |
# File 'sig/types.rbs', line 1739 def items @items end |
#pillars ⇒ ::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")]
Returns the value of attribute pillars.
1737 1738 1739 |
# File 'sig/types.rbs', line 1737 def pillars @pillars end |