Class: Aws::Types::TargetLocation

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#accounts::Array[::String]

Returns the value of attribute accounts.

Returns:



4296
4297
4298
# File 'sig/types.rbs', line 4296

def accounts
  @accounts
end

#exclude_accounts::Array[::String]

Returns the value of attribute exclude_accounts.

Returns:



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.

Returns:



4300
4301
4302
# File 'sig/types.rbs', line 4300

def execution_role_name
  @execution_role_name
end

#include_child_organization_unitsBoolean

Returns the value of attribute include_child_organization_units.

Returns:



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.

Returns:



4297
4298
4299
# File 'sig/types.rbs', line 4297

def regions
  @regions
end

#target_location_alarm_configurationTypes::AlarmConfiguration

Returns the value of attribute target_location_alarm_configuration.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



4306
4307
4308
# File 'sig/types.rbs', line 4306

def targets_max_errors
  @targets_max_errors
end