Class: Aws::Types::StackSetAutoDeploymentTargetSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackSetAutoDeploymentTargetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#organizational_unit_id ⇒ ::String
Returns the value of attribute organizational_unit_id.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def organizational_unit_id @organizational_unit_id end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def regions @regions end |