Method: Aws::CloudFormation::Types::AccountLimit#name

Defined in:
lib/aws-sdk-cloudformation/types.rb

#nameString

The name of the account limit.

Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

Returns:

  • (String)


109
110
111
112
113
114
# File 'lib/aws-sdk-cloudformation/types.rb', line 109

class AccountLimit < Struct.new(
  :name,
  :value)
  SENSITIVE = []
  include Aws::Structure
end