Method: Aws::CloudFormation::Types::AccountLimit#name
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#name ⇒ String
The name of the account limit.
Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit
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 |