Class: Aws::Types::Scope

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#goal_ids ⇒ ::Array[::String]

Returns the value of attribute goal_ids.

Returns:

  • (::Array[::String])


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.

Returns:



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.

Returns:

  • (::Array[("COST_OPTIMIZATION" | "SECURITY" | "RESILIENCE" | "PERFORMANCE" | "OPERATIONAL_EXCELLENCE")])


1737
1738
1739
# File 'sig/types.rbs', line 1737

def pillars
  @pillars
end