Method: Aws::CloudFormation::Types::AccountLimit#value

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

#valueInteger

The value that’s associated with the account limit name.

Returns:

  • (Integer)


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