Class: Aws::Types::DeploymentTargets
- Inherits:
-
Object
- Object
- Aws::Types::DeploymentTargets
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_filter_type ⇒ "NONE", ...
Returns the value of attribute account_filter_type.
-
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
-
#accounts_url ⇒ ::String
Returns the value of attribute accounts_url.
-
#organizational_unit_ids ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_ids.
Instance Attribute Details
#account_filter_type ⇒ "NONE", ...
Returns the value of attribute account_filter_type.
370 371 372 |
# File 'sig/types.rbs', line 370 def account_filter_type @account_filter_type end |
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
367 368 369 |
# File 'sig/types.rbs', line 367 def accounts @accounts end |
#accounts_url ⇒ ::String
Returns the value of attribute accounts_url.
368 369 370 |
# File 'sig/types.rbs', line 368 def accounts_url @accounts_url end |
#organizational_unit_ids ⇒ ::Array[::String]
Returns the value of attribute organizational_unit_ids.
369 370 371 |
# File 'sig/types.rbs', line 369 def organizational_unit_ids @organizational_unit_ids end |