Method: Aws::CloudFormation::Types::AccountLimit#value
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
#value ⇒ Integer
The value that’s associated with the account limit name.
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 |