The version of the API keys used for the account.
Returns:
102 103 104 105 106 107 108 109
# File 'lib/aws-sdk-apigateway/types.rb', line 102 class Account < Struct.new( :cloudwatch_role_arn, :throttle_settings, :features, :api_key_version) SENSITIVE = [] include Aws::Structure end