Class: Aws::Types::ProvisioningPreferences

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#stack_set_accounts::Array[::String]

Returns the value of attribute stack_set_accounts.

Returns:

  • (::Array[::String])


1326
1327
1328
# File 'sig/types.rbs', line 1326

def stack_set_accounts
  @stack_set_accounts
end

#stack_set_failure_tolerance_count::Integer

Returns the value of attribute stack_set_failure_tolerance_count.

Returns:

  • (::Integer)


1328
1329
1330
# File 'sig/types.rbs', line 1328

def stack_set_failure_tolerance_count
  @stack_set_failure_tolerance_count
end

#stack_set_failure_tolerance_percentage::Integer

Returns the value of attribute stack_set_failure_tolerance_percentage.

Returns:

  • (::Integer)


1329
1330
1331
# File 'sig/types.rbs', line 1329

def stack_set_failure_tolerance_percentage
  @stack_set_failure_tolerance_percentage
end

#stack_set_max_concurrency_count::Integer

Returns the value of attribute stack_set_max_concurrency_count.

Returns:

  • (::Integer)


1330
1331
1332
# File 'sig/types.rbs', line 1330

def stack_set_max_concurrency_count
  @stack_set_max_concurrency_count
end

#stack_set_max_concurrency_percentage::Integer

Returns the value of attribute stack_set_max_concurrency_percentage.

Returns:

  • (::Integer)


1331
1332
1333
# File 'sig/types.rbs', line 1331

def stack_set_max_concurrency_percentage
  @stack_set_max_concurrency_percentage
end

#stack_set_regions::Array[::String]

Returns the value of attribute stack_set_regions.

Returns:

  • (::Array[::String])


1327
1328
1329
# File 'sig/types.rbs', line 1327

def stack_set_regions
  @stack_set_regions
end