Class: Aws::Types::TargetLocation
- Inherits:
-
Object
- Object
- Aws::Types::TargetLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
-
#exclude_accounts ⇒ ::Array[::String]
Returns the value of attribute exclude_accounts.
-
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
-
#include_child_organization_units ⇒ Boolean
Returns the value of attribute include_child_organization_units.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
-
#target_location_alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute target_location_alarm_configuration.
-
#target_location_max_concurrency ⇒ ::String
Returns the value of attribute target_location_max_concurrency.
-
#target_location_max_errors ⇒ ::String
Returns the value of attribute target_location_max_errors.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
-
#targets_max_concurrency ⇒ ::String
Returns the value of attribute targets_max_concurrency.
-
#targets_max_errors ⇒ ::String
Returns the value of attribute targets_max_errors.
Instance Attribute Details
#accounts ⇒ ::Array[::String]
Returns the value of attribute accounts.
4296 4297 4298 |
# File 'sig/types.rbs', line 4296 def accounts @accounts end |
#exclude_accounts ⇒ ::Array[::String]
Returns the value of attribute exclude_accounts.
4303 4304 4305 |
# File 'sig/types.rbs', line 4303 def exclude_accounts @exclude_accounts end |
#execution_role_name ⇒ ::String
Returns the value of attribute execution_role_name.
4300 4301 4302 |
# File 'sig/types.rbs', line 4300 def execution_role_name @execution_role_name end |
#include_child_organization_units ⇒ Boolean
Returns the value of attribute include_child_organization_units.
4302 4303 4304 |
# File 'sig/types.rbs', line 4302 def include_child_organization_units @include_child_organization_units end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
4297 4298 4299 |
# File 'sig/types.rbs', line 4297 def regions @regions end |
#target_location_alarm_configuration ⇒ Types::AlarmConfiguration
Returns the value of attribute target_location_alarm_configuration.
4301 4302 4303 |
# File 'sig/types.rbs', line 4301 def target_location_alarm_configuration @target_location_alarm_configuration end |
#target_location_max_concurrency ⇒ ::String
Returns the value of attribute target_location_max_concurrency.
4298 4299 4300 |
# File 'sig/types.rbs', line 4298 def target_location_max_concurrency @target_location_max_concurrency end |
#target_location_max_errors ⇒ ::String
Returns the value of attribute target_location_max_errors.
4299 4300 4301 |
# File 'sig/types.rbs', line 4299 def target_location_max_errors @target_location_max_errors end |
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
4304 4305 4306 |
# File 'sig/types.rbs', line 4304 def targets @targets end |
#targets_max_concurrency ⇒ ::String
Returns the value of attribute targets_max_concurrency.
4305 4306 4307 |
# File 'sig/types.rbs', line 4305 def targets_max_concurrency @targets_max_concurrency end |
#targets_max_errors ⇒ ::String
Returns the value of attribute targets_max_errors.
4306 4307 4308 |
# File 'sig/types.rbs', line 4306 def targets_max_errors @targets_max_errors end |